ArcFM Engine 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 String _
) As ESRI.ArcGIS.Geodatabase.IFeatureClass
'Usage
 
Dim workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim modelName As 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,
   string modelName
)

Parameters

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

GeoClass Class
GeoClass Members
Overload List

 

 


Send Comment