ArcFM Solution 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
)

Parameters

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

 

 


Send Comment