ArcFM Engine Developer Guide
IsArcFMObject(MMClassObjectType) Method


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

Parameters

objectType
The object type.

Return Value

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