Given a workspace and a model name, this routine returns a set of feature classes that contain the model name.
ESRI.ArcGIS.Geodatabase.IEnumFeatureClass FeatureClassesFromModelNameWS(
ESRI.ArcGIS.Geodatabase.IWorkspace ,
string
)
'Declaration
Function FeatureClassesFromModelNameWS( _
ByVal As ESRI.ArcGIS.Geodatabase.IWorkspace, _
ByVal As String _
) As ESRI.ArcGIS.Geodatabase.IEnumFeatureClass
'Usage
Dim instance As IMMModelNameManager
Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim bstrModelName As String
Dim value As ESRI.ArcGIS.Geodatabase.IEnumFeatureClass
value = instance.FeatureClassesFromModelNameWS(pWorkspace, bstrModelName)
Parameters
- pWorkspace
- IWorkspace
- bstrModelName
- A string expression that determines the name
Return Value
Returns an object that implements the IEnumFeatureClass interface
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.