ArcFM Engine Developer Guide
TryFindFeatureID(Guid,Int32,FeatureID) Method


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

Parameters

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

ReplicationObjectInformation Class
ReplicationObjectInformation Members
Overload List

 

 


Send Comment