ArcFM Responder Mobile Developer Guide
TryFindFeatureClassId Method (ReplicationObjectInformationProvider)






Syntax
'Declaration
 
Public MustOverride Function TryFindFeatureClassId( _
   ByVal featureClassName As System.String, _
   ByRef fcid As System.Integer _
) As System.Boolean
'Usage
 
Dim instance As ReplicationObjectInformationProvider
Dim featureClassName As System.String
Dim fcid As System.Integer
Dim value As System.Boolean
 
value = instance.TryFindFeatureClassId(featureClassName, fcid)
public abstract System.bool TryFindFeatureClassId( 
   System.string featureClassName,
   out System.int fcid
)
public function TryFindFeatureClassId( 
    featureClassName: System.String;
   Out  fcid: System.Integer
): System.Boolean; abstract; 
public __abstract function TryFindFeatureClassId( 
   featureClassName : System.String,
   fcid : System.int
) : System.boolean;
public: abstract System.bool TryFindFeatureClassId( 
   System.string* featureClassName,
   [PARAMFLAG::Out] System.int fcid
) 
public:
abstract 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

ReplicationObjectInformationProvider Class
ReplicationObjectInformationProvider Members

Send Feedback