Share

Acad.Application.activedocument.shareDrawing Function (Obsolete)

File

Autodesk.AutoCAD.js

Syntax

JavaScript

function Acad.Application.activedocument.shareDrawing();

Group

ACAD Namespace

Returns

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

Description

Obsolete. Use this function to share the drawing.

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?