ArcFM Solution Developer Guide
ClassNamesFromModelNameDS Method


IDataSet
A string expression that determines the model name
Given a dataset and a model name, this routine returns an enumeration of class names that contain the model name.
Syntax
'Declaration
 
Function ClassNamesFromModelNameDS( _
   ByVal pDataset As ESRI.ArcGIS.Geodatabase.IDataset, _
   ByVal bstrModelName As String _
) As ESRI.ArcGIS.esriSystem.IEnumBSTR
'Usage
 
Dim instance As IMMModelNameManager
Dim pDataset As ESRI.ArcGIS.Geodatabase.IDataset
Dim bstrModelName As String
Dim value As ESRI.ArcGIS.esriSystem.IEnumBSTR
 
value = instance.ClassNamesFromModelNameDS(pDataset, bstrModelName)
ESRI.ArcGIS.esriSystem.IEnumBSTR ClassNamesFromModelNameDS( 
   ESRI.ArcGIS.Geodatabase.IDataset pDataset,
   string bstrModelName
)

Parameters

pDataset
IDataSet
bstrModelName
A string expression that determines the model name

Return Value

Returns an object that implements the IEnumBSTR interface
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

IMMModelNameManager Interface
IMMModelNameManager Members

 

 


Send Comment