ArcFM Responder Mobile Developer Guide
FeatureSubId Method (ClientSideFeatureIdentificationProvider)






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 Overrides Function FeatureSubId( _
   ByVal featureID As FeatureID, _
   ByVal x As System.Double, _
   ByVal y As System.Double _
) As System.Integer
'Usage
 
Dim instance As ClientSideFeatureIdentificationProvider
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 override System.int FeatureSubId( 
   FeatureID featureID,
   System.double x,
   System.double y
)
public function FeatureSubId( 
    featureID: FeatureID;
    x: System.Double;
    y: System.Double
): System.Integer; override; 
public override function FeatureSubId( 
   featureID : FeatureID,
   x : System.double,
   y : System.double
) : System.int;
public: System.int FeatureSubId( 
   FeatureID* featureID,
   System.double x,
   System.double y
) override 
public:
System.int FeatureSubId( 
   FeatureID^ featureID,
   System.double x,
   System.double y
) override 

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

ClientSideFeatureIdentificationProvider Class
ClientSideFeatureIdentificationProvider Members

Send Feedback