Share

Editor.GetString(string) Method

Description

Returns the PromptResult object representing the result of the prompt operation.

Visual Basic

Public Function GetString(
    message As string
) As PromptResult

C#

public PromptResult GetString(
    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?