ArcFM Solution Developer Guide
FieldNamesFromModelName Method


IObjectClass
A string expression that determines the model name
Given a class and field model name, this routine returns an enumeration of all the field names in the given class that contain the given field model name.
Syntax
ESRI.ArcGIS.esriSystem.IEnumBSTR FieldNamesFromModelName( 
   ESRI.ArcGIS.Geodatabase.IObjectClass pClass,
   string bstrModelName
)
'Declaration
 
Function FieldNamesFromModelName( _
   ByVal pClass As ESRI.ArcGIS.Geodatabase.IObjectClass, _
   ByVal bstrModelName As String _
) As ESRI.ArcGIS.esriSystem.IEnumBSTR
 
'Usage
 
Dim instance As IMMModelNameManager
Dim pClass As ESRI.ArcGIS.Geodatabase.IObjectClass
Dim bstrModelName As String
Dim value As ESRI.ArcGIS.esriSystem.IEnumBSTR
 
value = instance.FieldNamesFromModelName(pClass, bstrModelName)

Parameters

pClass
IObjectClass
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