ArcFM Solution Developer Guide
FeatureClassesFromModelNameWS Method (IModelNameManager)


Syntax
'Declaration
 
Function FeatureClassesFromModelNameWS( _
   ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal ModelName As String _
) As ESRI.ArcGIS.Geodatabase.IEnumFeatureClass
'Usage
 
Dim instance As IModelNameManager
Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim ModelName As String
Dim value As ESRI.ArcGIS.Geodatabase.IEnumFeatureClass
 
value = instance.FeatureClassesFromModelNameWS(pWorkspace, ModelName)
ESRI.ArcGIS.Geodatabase.IEnumFeatureClass FeatureClassesFromModelNameWS( 
   ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace,
   string ModelName
)

Parameters

pWorkspace
ModelName
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

IModelNameManager Interface
IModelNameManager Members

 

 


Send Comment