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

FeatureIdentificationProvider Class
FeatureIdentificationProvider Members

 

 


Send Comment