JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.getCursor(transientId,onComplete,onError);
Parameters |
Description |
transientId |
is of type integer |
onComplete |
is a function type called on successful completion of this method |
onError |
is a function type called if an error occurs |
Use this function to get the current cursor assigned to the Acad.Transient object. It is returned in the cursor property of the object in the onComplete method. This is an optional cursor attribute in the transient XML schema.
Copyright (c) 2012. All rights reserved.
|
What do you think about this topic? Send feedback!
|