Share

Editor.GetNestedEntity(PromptNestedEntityOptions) 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(
    options As PromptNestedEntityOptions
) As PromptNestedEntityResult

C#

public PromptNestedEntityResult GetNestedEntity(
    PromptNestedEntityOptions options
);

Parameters

Parameters Description
PromptNestedEntityOptions options Input optional parameters of the prompt.

Links

Editor Class, Autodesk.AutoCAD.EditorInput Namespace

Was this information helpful?