ArcFM Engine Developer Guide
IsDesignerObject(MMClassObjectType) Method


The object type.
Determine if a given MMClassObjectType is considered an Designer object.
Syntax
'Declaration
 
Public Overloads Shared Function IsDesignerObject( _
   ByVal objectType As MMClassObjectType _
) As Boolean
'Usage
 
Dim objectType As MMClassObjectType
Dim value As Boolean
 
value = MMClassObjectTypeHelper.IsDesignerObject(objectType)
public static bool IsDesignerObject( 
   MMClassObjectType objectType
)

Parameters

objectType
The object type.

Return Value

True if the item is one of the Designer object types. False if it is an ArcFM or unknown object type.
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

MMClassObjectTypeHelper Class
MMClassObjectTypeHelper Members
Overload List

 

 


Send Comment