JavaScript Application Programming Interface (API) for AutoCAD
ContentsIndexHome
PreviousUpNext
Acad.getCursor Function

Autodesk.AutoCAD.js

JavaScript
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.

Links
Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!