ArcFM Solution Developer Guide
FieldFromModelName Method (IMMModelNameManager)


IObjectClass
A string expression that determines the name
Returns the first field in a class that supports the given model name.
Syntax
'Declaration
 
Function FieldFromModelName( _
   ByVal ObjectClass As ESRI.ArcGIS.Geodatabase.IObjectClass, _
   ByVal ModelName As String _
) As ESRI.ArcGIS.Geodatabase.IField
'Usage
 
Dim instance As IMMModelNameManager
Dim ObjectClass As ESRI.ArcGIS.Geodatabase.IObjectClass
Dim ModelName As String
Dim value As ESRI.ArcGIS.Geodatabase.IField
 
value = instance.FieldFromModelName(ObjectClass, ModelName)
ESRI.ArcGIS.Geodatabase.IField FieldFromModelName( 
   ESRI.ArcGIS.Geodatabase.IObjectClass ObjectClass,
   string ModelName
)

Parameters

ObjectClass
IObjectClass
ModelName
A string expression that determines the name

Return Value

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