ArcFM Responder Mobile Developer Guide
GetFeatureClass(IWorkspace,Int32) Method






The workspace containing the feature class.
The feature class ID number.
Retrieves a feature class from a workspace.
Syntax
'Declaration
 
Public Overloads Shared Function GetFeatureClass( _
   ByVal workspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal fcid As System.Integer _
) As ESRI.ArcGIS.Geodatabase.IFeatureClass
'Usage
 
Dim workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim fcid As System.Integer
Dim value As ESRI.ArcGIS.Geodatabase.IFeatureClass
 
value = GeoClass.GetFeatureClass(workspace, fcid)
public static ESRI.ArcGIS.Geodatabase.IFeatureClass GetFeatureClass( 
   ESRI.ArcGIS.Geodatabase.IWorkspace workspace,
   System.int fcid
)
public function GetFeatureClass( 
    workspace: ESRI.ArcGIS.Geodatabase.IWorkspace;
    fcid: System.Integer
): ESRI.ArcGIS.Geodatabase.IFeatureClass; static; 
public static function GetFeatureClass( 
   workspace : ESRI.ArcGIS.Geodatabase.IWorkspace,
   fcid : System.int
) : ESRI.ArcGIS.Geodatabase.IFeatureClass;
public: static ESRI.ArcGIS.Geodatabase.IFeatureClass* GetFeatureClass( 
   ESRI.ArcGIS.Geodatabase.IWorkspace* workspace,
   System.int fcid
) 
public:
static ESRI.ArcGIS.Geodatabase.IFeatureClass^ GetFeatureClass( 
   ESRI.ArcGIS.Geodatabase.IWorkspace^ workspace,
   System.int fcid
) 

Parameters

workspace
The workspace containing the feature class.
fcid
The feature class ID number.
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

GeoClass Class
GeoClass Members
Overload List

Send Feedback