Share

Acad.PromptSelectionResult Function

File

Autodesk.AutoCAD.js

Syntax

JavaScript

function Acad.PromptSelectionResult(status, objectIds);

Group

ACAD Namespace

Parameters

Parameter Description
status is the status result of the prompt operation.
objectIds is the array of SelectedObject.

Returns

PromptSelectionResult

Description

This class represents the result of a prompt for a selection of objects. This function is derived from Acad.PromptResults.

Exception

Throws a TypeError object.

ACAD Namespace

Was this information helpful?