ArcFM Engine Developer Guide
TryFindFeatureID(GlobalObjectId,FeatureID) Method


Syntax
'Declaration
 
Public Overloads MustOverride Function TryFindFeatureID( _
   ByVal globalObjectId As GlobalObjectId, _
   ByRef featureID As FeatureID _
) As Boolean
'Usage
 
Dim instance As ReplicationObjectInformationProvider
Dim globalObjectId As GlobalObjectId
Dim featureID As FeatureID
Dim value As Boolean
 
value = instance.TryFindFeatureID(globalObjectId, featureID)
public abstract bool TryFindFeatureID( 
   GlobalObjectId globalObjectId,
   out FeatureID featureID
)

Parameters

globalObjectId
featureID
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

ReplicationObjectInformationProvider Class
ReplicationObjectInformationProvider Members
Overload List

 

 


Send Comment