Share

Acad.Application.activedocument.saveSync Function (Obsolete)

File

Autodesk.AutoCAD.js

Syntax

JavaScript

function Acad.Application.activedocument.saveSync();

Group

ACAD Namespace

Returns

The Promise object, which can then be used as an argument.

Description

Obsolete. Use this function to save and sync a file to A360.

This function returns a promise pattern result, it has to be called as a Promise Pattern with .then(onSuccess, onError) function.

ACAD Namespace

Was this information helpful?