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