Acad.SelectedObject Function
File
Autodesk.AutoCAD.js
Syntax
JavaScript
function Acad.SelectedObject();
Group
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 |