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

Autodesk.AutoCAD.js

JavaScript
function Acad.Application.activedocument.saveSync();

The promise object, the then argument can be used.

Use this function to save and sync a file to A360. This function returns promise pattern result, it has to be call in Promise Pattern with .then(onsuccess, onError) function.

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