Share

Acad.Application.activedocument.highlight Function

File

Autodesk.AutoCAD.js

Syntax

JavaScript

function Acad.Application.activedocument.highlight(oset);

Group

ACAD Namespace

Parameters

Parameter Description
oset Input Oset that contains the object IDs.

Returns

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

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

Description

Use this function to highlight the list of entities represented by the given OSet.

Exception

Throws a TypeError or Error object based on the problem encountered.

ACAD Namespace

Was this information helpful?