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


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