Share

Editor.GetDistance(string) Method

Description

Returns a PromptDoubleResult object representing the result of the prompt operation.

Visual Basic

Public Function GetDistance(
    message As string
) As PromptDoubleResult

C#

public PromptDoubleResult GetDistance(
    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?