ArcFM Responder Mobile Developer Guide
FeatureSubId Method (FeatureIdentification)






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 Shared Function FeatureSubId( _
   ByVal featureID As FeatureID, _
   ByVal x As System.Double, _
   ByVal y As System.Double _
) As System.Integer
'Usage
 
Dim featureID As FeatureID
Dim x As System.Double
Dim y As System.Double
Dim value As System.Integer
 
value = FeatureIdentification.FeatureSubId(featureID, x, y)
public static System.int FeatureSubId( 
   FeatureID featureID,
   System.double x,
   System.double y
)
public function FeatureSubId( 
    featureID: FeatureID;
    x: System.Double;
    y: System.Double
): System.Integer; static; 
public static function FeatureSubId( 
   featureID : FeatureID,
   x : System.double,
   y : System.double
) : System.int;
public: static System.int FeatureSubId( 
   FeatureID* featureID,
   System.double x,
   System.double y
) 
public:
static 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.
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

FeatureIdentification Class
FeatureIdentification Members

Send Feedback