ArcFM Engine Developer Guide
TryFindFeatureSubId Method (ReplicationObjectInformation)


Syntax
'Declaration
 
Public Shared Function TryFindFeatureSubId( _
   ByVal featureID As FeatureID, _
   ByVal x As Double, _
   ByVal y As Double, _
   ByRef subId As Integer _
) As Boolean
'Usage
 
Dim featureID As FeatureID
Dim x As Double
Dim y As Double
Dim subId As Integer
Dim value As Boolean
 
value = ReplicationObjectInformation.TryFindFeatureSubId(featureID, x, y, subId)
public static bool TryFindFeatureSubId( 
   FeatureID featureID,
   double x,
   double y,
   out 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