ArcFM Engine Developer Guide
TryFindFeatureClassId Method (ReplicationObjectInformation)


Syntax
'Declaration
 
Public Shared Function TryFindFeatureClassId( _
   ByVal featureClassName As String, _
   ByRef fcid As Integer _
) As Boolean
'Usage
 
Dim featureClassName As String
Dim fcid As Integer
Dim value As Boolean
 
value = ReplicationObjectInformation.TryFindFeatureClassId(featureClassName, fcid)
public static bool TryFindFeatureClassId( 
   string featureClassName,
   out int fcid
)

Parameters

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