| Visual Basic | |
|---|---|
Function GetHandleFromObject( _ ByVal Obj As System.Object _ ) As System.String | |
| C# | |
|---|---|
System.string GetHandleFromObject( System.object Obj ) | |
| JavaScript | |
|---|---|
GetHandleFromObject( Obj : Object ) : String | |
Parameters
- Obj
- Object for which to get a handle
- Handle[out] or Return Value
- Handle; empty string if Obj is not a valid DraftSight API object
DraftSight V1R1.4
Syntax