ArcFM Engine Developer Guide
TryFindGlobalObjectId(FeatureID,Guid) Method


Syntax
'Declaration
 
Public Overloads MustOverride Function TryFindGlobalObjectId( _
   ByVal featureID As FeatureID, _
   ByRef globalId As Guid _
) As Boolean
'Usage
 
Dim instance As ReplicationObjectInformationProvider
Dim featureID As FeatureID
Dim globalId As Guid
Dim value As Boolean
 
value = instance.TryFindGlobalObjectId(featureID, globalId)
public abstract bool TryFindGlobalObjectId( 
   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

ReplicationObjectInformationProvider Class
ReplicationObjectInformationProvider Members
Overload List

 

 


Send Comment