ArcFM Desktop Developer Guide
HasModelName Method


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function HasModelName( _
   ByVal objectClass As IObjectClass, _
   ByVal modelName As String, _
   ByVal convertor As RowConvertor _
) As Boolean
'Usage
 
Dim objectClass As IObjectClass
Dim modelName As String
Dim convertor As RowConvertor
Dim value As Boolean
 
value = ObjectClassExtensions.HasModelName(objectClass, modelName, convertor)
[Extension()]
public static bool HasModelName( 
   IObjectClass objectClass,
   string modelName,
   RowConvertor convertor
)

Parameters

objectClass
modelName
convertor
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

ObjectClassExtensions Class
ObjectClassExtensions Members

 

 


Send Comment