ArcFM Engine 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 Double, _
   ByVal y As Double _
) As Integer
'Usage
 
Dim featureID As FeatureID
Dim x As Double
Dim y As Double
Dim value As Integer
 
value = FeatureIdentification.FeatureSubId(featureID, x, y)
public static int FeatureSubId( 
   FeatureID featureID,
   double x,
   double y
)

Parameters

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

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

FeatureIdentification Class
FeatureIdentification Members

 

 


Send Comment