PromptNestedEntityOptions.PromptNestedEntityOptions(string, string) Constructor

Description

Constructor.

Visual Basic

Public Sub New(
    messageAndKeywords As string, 
    globalKeywords As string
)

C#

public PromptNestedEntityOptions(
    string messageAndKeywords, 
    string globalKeywords
);

Parameters

Parameters Description
string messageAndKeywords Input message and keywords
string globalKeywords Input global keywords

Links

PromptNestedEntityOptions Class, Autodesk.AutoCAD.EditorInput Namespace