ArcFM Engine Developer Guide
TryFindObjectGlobalId Method


Syntax
'Declaration
 
Public Shared Function TryFindObjectGlobalId( _
   ByVal featureID As FeatureID, _
   ByRef globalId As Guid _
) As Boolean
'Usage
 
Dim featureID As FeatureID
Dim globalId As Guid
Dim value As Boolean
 
value = ReplicationObjectInformation.TryFindObjectGlobalId(featureID, globalId)
public static bool TryFindObjectGlobalId( 
   FeatureID featureID,
   out Guid globalId
)

Parameters

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