ArcFM Solution Developer Guide
TryFindFeatureSubId Method (ReplicationObjectInformation)


Syntax
'Declaration
 
Public Shared Function TryFindFeatureSubId( _
   ByVal featureID As FeatureID, _
   ByVal x As System.Double, _
   ByVal y As System.Double, _
   ByRef subId As System.Integer _
) As System.Boolean
'Usage
 
Dim featureID As FeatureID
Dim x As System.Double
Dim y As System.Double
Dim subId As System.Integer
Dim value As System.Boolean
 
value = ReplicationObjectInformation.TryFindFeatureSubId(featureID, x, y, subId)
public static System.bool TryFindFeatureSubId( 
   FeatureID featureID,
   System.double x,
   System.double y,
   out System.int subId
)

Parameters

featureID
x
y
subId
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

ReplicationObjectInformation Class
ReplicationObjectInformation Members

 

 


Send Comment