Determine if a given IObjectClass is considered a Designer object.
public static bool IsDesignerObject(
ESRI.ArcGIS.Geodatabase.IObjectClass
)
'Declaration
Public Overloads Shared Function IsDesignerObject( _
ByVal As ESRI.ArcGIS.Geodatabase.IObjectClass _
) As Boolean
'Usage
Dim objectClass As ESRI.ArcGIS.Geodatabase.IObjectClass
Dim value As Boolean
value = MMClassObjectTypeHelper.IsDesignerObject(objectClass)
Parameters
- objectClass
- The object class.
Return Value
True if the item is one of the Designer object types. False if it is an ArcFM or unknown object type.
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.