Share

Editor.GetNestedEntity(string) Method

Description

Gets the name of an entity selected by the user and the point used to select the entity.

Visual Basic

Public Function GetNestedEntity(
    message As string
) As PromptNestedEntityResult

C#

public PromptNestedEntityResult GetNestedEntity(
    string message
);

Parameters

Parameters Description
string message Input message to be displayed to the user during the prompt

Links

Editor Class, Autodesk.AutoCAD.EditorInput Namespace

Was this information helpful?