Share

Acad.OSet.contains Function

File

Autodesk.AutoCAD.js

Syntax

JavaScript

function Acad.OSet.contains(id);

Group

ACAD Namespace

Parameters

Parameter Description
id Input object ID.

Returns

Returns true if the object ID is present in the collection, else returns false.

Description

Use this method to test if the ID is present in the collection.

ACAD Namespace

Was this information helpful?