| Visual Basic | |
|---|---|
Function GetObjectByHandle( _ ByVal Handle As System.String, _ ByRef ObjType As dsObjectType_e _ ) As System.Object | |
| C# | |
|---|---|
System.object GetObjectByHandle( System.string Handle, out dsObjectType_e ObjType ) | |
| COM native C++ | |
|---|---|
HRESULT GetObjectByHandle( BSTR Handle, dsObjectType_e* ObjType, IDispatch** DispObj ) | |
| C++ | |
|---|---|
DSRESULT GetObjectByHandle( const dsString& Handle, dsObjectType_e* ObjType, dsObject** DispObj ) | |
Parameters
- Handle
- Handle of the object to get
- ObjType[out]
- Type of object to get as defined in dsObjectType_e
- DispObj[out] or Return Value
- Object
DraftSight V1R1.3
Syntax