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






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

Parameters

workspace
The workspace containing the feature class.
modelName
The feature class model name.
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