Share

Acad.Application.activedocument.getContacts Function (Obsolete)

File

Autodesk.AutoCAD.js

Syntax

JavaScript

function Acad.Application.activedocument.getContacts();

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?