ArcFM Engine Developer Guide
TryFindGlobalObjectId(FeatureID,GlobalObjectId) Method


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

Parameters

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