Autodesk.AutoCAD.EditorInput Namespace > PromptNestedEntityOptions Class > PromptNestedEntityOptions Constructor > PromptNestedEntityOptions(string) Constructor
PromptNestedEntityOptions.PromptNestedEntityOptions(string) Constructor
Description

 

Constructor.

Visual Basic
Public Sub New(
    message As string
)
C#
public PromptNestedEntityOptions(
    string message
);
Parameters
Parameters 
Description 
string message 
Input prompt message 
Links
   Comments?