ArcFM Responder Mobile Developer Guide
FindAllFeatureClasses Method






Gets all FCIDs available from gdb
Syntax
'Declaration
 
Public Shared Function FindAllFeatureClasses( _
   ByVal workspace As ESRI.ArcGIS.Geodatabase.IWorkspace _
) As System.Collections.Generic.IEnumerable(Of IFeatureClass)
'Usage
 
Dim workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim value As System.Collections.Generic.IEnumerable(Of IFeatureClass)
 
value = GeoClass.FindAllFeatureClasses(workspace)
public static System.Collections.Generic.IEnumerable<IFeatureClass> FindAllFeatureClasses( 
   ESRI.ArcGIS.Geodatabase.IWorkspace workspace
)
public function FindAllFeatureClasses( 
    workspace: ESRI.ArcGIS.Geodatabase.IWorkspace
): System.Collections.Generic.IEnumerable; static; 
public static function FindAllFeatureClasses( 
   workspace : ESRI.ArcGIS.Geodatabase.IWorkspace
) : System.Collections.Generic.IEnumerable;
public: static System.Collections.Generic.IEnumerable<IFeatureClass*>* FindAllFeatureClasses( 
   ESRI.ArcGIS.Geodatabase.IWorkspace* workspace
) 
public:
static System.Collections.Generic.IEnumerable<IFeatureClass^>^ FindAllFeatureClasses( 
   ESRI.ArcGIS.Geodatabase.IWorkspace^ workspace
) 

Parameters

workspace
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