ArcFM Solution Developer Guide
ContainsClassModelName Method (IMMModelNameManager)


IObjectClass
A string expression that determines the name
Returns whether or not the specified class contains the specified model name.
Syntax
'Declaration
 
Function ContainsClassModelName( _
   ByVal Class As ESRI.ArcGIS.Geodatabase.IObjectClass, _
   ByVal Name As String _
) As Boolean
'Usage
 
Dim instance As IMMModelNameManager
Dim Class As ESRI.ArcGIS.Geodatabase.IObjectClass
Dim Name As String
Dim value As Boolean
 
value = instance.ContainsClassModelName(Class, Name)
bool ContainsClassModelName( 
   ESRI.ArcGIS.Geodatabase.IObjectClass Class,
   string Name
)

Parameters

Class
IObjectClass
Name
A string expression that determines the name

Return Value

Returns a Boolean value indicating whether the selected class contains the model name
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