Share

Acad.SelectedObject Function

File

Autodesk.AutoCAD.js

Syntax

JavaScript

function Acad.SelectedObject();

Group

ACAD Namespace

Returns

SelectedObject

Description

This is the base class for a selected object.

Properties

Name Type Description Condition
objectId number Gets the object ID of the selected object. Read-only
gsMarker number Gets the graphics system (GS) marker for the selected object. Read-only

ACAD Namespace

Was this information helpful?