| 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
DraftSight V1R1.4
Syntax