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

Autodesk.AutoCAD.js

JavaScript
function Acad.DrawJig.update(xmlData,onComplete,onError);
Parameters 
Description 
xmlData 
is of type string and is the XML for the drawable transient. 
onComplete 
is a function type called on successful completion of this method. 
onError 
is a function type called if an error occurs. 

Adds or updates transient entity during jigging.

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