ArcFM Responder Mobile Developer Guide
FeatureSubId Method (FeatureIdentificationProvider)






The non-global object identifier.
The x coordinate.
The y coordinate.
Gets the sub ID associated with a feature at an x,y coordinate.
Syntax
'Declaration
 
Public MustOverride Function FeatureSubId( _
   ByVal featureID As FeatureID, _
   ByVal x As System.Double, _
   ByVal y As System.Double _
) As System.Integer
'Usage
 
Dim instance As FeatureIdentificationProvider
Dim featureID As FeatureID
Dim x As System.Double
Dim y As System.Double
Dim value As System.Integer
 
value = instance.FeatureSubId(featureID, x, y)
public abstract System.int FeatureSubId( 
   FeatureID featureID,
   System.double x,
   System.double y
)
public function FeatureSubId( 
    featureID: FeatureID;
    x: System.Double;
    y: System.Double
): System.Integer; abstract; 
public __abstract function FeatureSubId( 
   featureID : FeatureID,
   x : System.double,
   y : System.double
) : System.int;
public: abstract System.int FeatureSubId( 
   FeatureID* featureID,
   System.double x,
   System.double y
) 
public:
abstract System.int FeatureSubId( 
   FeatureID^ featureID,
   System.double x,
   System.double y
) 

Parameters

featureID
The non-global object identifier.
x
The x coordinate.
y
The y coordinate.

Return Value

The feature sub identifier.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FeatureIdentificationProvider Class
FeatureIdentificationProvider Members

Send Feedback