ArcFM Responder Mobile Developer Guide
TryFindFeatureClassId Method (ReplicationObjectInformation)






Syntax
'Declaration
 
Public Shared Function TryFindFeatureClassId( _
   ByVal featureClassName As System.String, _
   ByRef fcid As System.Integer _
) As System.Boolean
'Usage
 
Dim featureClassName As System.String
Dim fcid As System.Integer
Dim value As System.Boolean
 
value = ReplicationObjectInformation.TryFindFeatureClassId(featureClassName, fcid)
public static System.bool TryFindFeatureClassId( 
   System.string featureClassName,
   out System.int fcid
)
public function TryFindFeatureClassId( 
    featureClassName: System.String;
   Out  fcid: System.Integer
): System.Boolean; static; 
public static function TryFindFeatureClassId( 
   featureClassName : System.String,
   fcid : System.int
) : System.boolean;
public: static System.bool TryFindFeatureClassId( 
   System.string* featureClassName,
   [PARAMFLAG::Out] System.int fcid
) 
public:
static System.bool TryFindFeatureClassId( 
   System.String^ featureClassName,
   [Out] System.int fcid
) 

Parameters

featureClassName
fcid
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReplicationObjectInformation Class
ReplicationObjectInformation Members

Send Feedback