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. |