Share

Editor.GetPoint(string) Method

Description

Gets user input for a point.

Visual Basic

Public Function GetPoint(
    message As string
) As PromptPointResult

C#

public PromptPointResult GetPoint(
    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?