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


Syntax
'Declaration
 
Public Overloads MustOverride Function TryFindFeatureID( _
   ByVal globalId As Guid, _
   ByVal fcid As Integer, _
   ByRef featureID As FeatureID _
) As Boolean
'Usage
 
Dim instance As ReplicationObjectInformationProvider
Dim globalId As Guid
Dim fcid As Integer
Dim featureID As FeatureID
Dim value As Boolean
 
value = instance.TryFindFeatureID(globalId, fcid, featureID)
public abstract bool TryFindFeatureID( 
   Guid globalId,
   int fcid,
   out FeatureID featureID
)

Parameters

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

ReplicationObjectInformationProvider Class
ReplicationObjectInformationProvider Members
Overload List

 

 


Send Comment