ArcFM Responder Mobile Developer Guide
GetFeatureClasses Method






Get a feature class by model name, if no class found returns empty Collection
Syntax
'Declaration
 
Public Shared Function GetFeatureClasses( _
   ByVal workspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal featureModelName As System.String _
) As System.Collections.Generic.List(Of IFeatureClass)
'Usage
 
Dim workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim featureModelName As System.String
Dim value As System.Collections.Generic.List(Of IFeatureClass)
 
value = GeoClass.GetFeatureClasses(workspace, featureModelName)
public static System.Collections.Generic.List<IFeatureClass> GetFeatureClasses( 
   ESRI.ArcGIS.Geodatabase.IWorkspace workspace,
   System.string featureModelName
)
public function GetFeatureClasses( 
    workspace: ESRI.ArcGIS.Geodatabase.IWorkspace;
    featureModelName: System.String
): System.Collections.Generic.List; static; 
public static function GetFeatureClasses( 
   workspace : ESRI.ArcGIS.Geodatabase.IWorkspace,
   featureModelName : System.String
) : System.Collections.Generic.List;
public: static System.Collections.Generic.List<IFeatureClass*>* GetFeatureClasses( 
   ESRI.ArcGIS.Geodatabase.IWorkspace* workspace,
   System.string* featureModelName
) 
public:
static System.Collections.Generic.List<IFeatureClass^>^ GetFeatureClasses( 
   ESRI.ArcGIS.Geodatabase.IWorkspace^ workspace,
   System.String^ featureModelName
) 

Parameters

workspace
featureModelName
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

Send Feedback