Gets the handle of the specified object.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetHandleFromObject( _
dsObject* 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
See Also
Availability
DraftSight V1R1.4