JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
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.
Copyright (c) 2012. All rights reserved.
|
What do you think about this topic? Send feedback!
|