GetObjectType Method (IApplication) Send Feedback
See Also 
ObjectType[out]
Type of Obj as defined in dsObjectType_e
Obj[out]
Object
Gets the type of specified object.

Syntax

Visual Basic 
Function GetObjectType( _
   ByVal Obj As System.Object _
) As dsObjectType_e
C# 
dsObjectType_e GetObjectType( 
   System.object Obj
)
JavaScript 
GetObjectType( 
   Obj : Object
) : String
COM native C++ 
HRESULT GetObjectType( 
   IDispatch* Obj,
   dsObjectType_e* ObjectType
) 
C++ 
DSRESULT GetObjectType( 
   dsObject* Obj,
   dsObjectType_e* ObjectType
) 

Parameters

Obj[out]
Object
ObjectType[out] or Return Value
Type of Obj as defined in dsObjectType_e
 

See Also

Availability

DraftSight V1R1.4