ArcFM Engine Developer Guide
TryFindGlobalObjectId Method (ReplicationObjectInformation)


Syntax
'Declaration
 
Public Shared Function TryFindGlobalObjectId( _
   ByVal featureID As FeatureID, _
   ByRef globalObjectId As GlobalObjectId _
) As Boolean
'Usage
 
Dim featureID As FeatureID
Dim globalObjectId As GlobalObjectId
Dim value As Boolean
 
value = ReplicationObjectInformation.TryFindGlobalObjectId(featureID, globalObjectId)
public static 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

ReplicationObjectInformation Class
ReplicationObjectInformation Members

 

 


Send Comment