Returns an enumeration of all of the fields in a class that contain the given model name.
'Declaration
Function FieldsFromModelName( _
ByVal As ESRI.ArcGIS.Geodatabase.IObjectClass, _
ByVal As String _
) As IMMEnumField
'Usage
Dim instance As IMMModelNameManager
Dim pClass As ESRI.ArcGIS.Geodatabase.IObjectClass
Dim bstrModelName As String
Dim value As IMMEnumField
value = instance.FieldsFromModelName(pClass, bstrModelName)
Parameters
- pClass
- IObjectClass
- bstrModelName
- A string expression that determines the name
Return Value
Returns an object that implements the IMMEnumField 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.