Share

Editor.Drag(PromptDragOptions) Method

Description

Prompts the user to modify a selection set by graphically dragging its entities.

Only entities from the current drawing's model space and paper space can be manipulated by this function. It does not manipulate nongraphical objects or entities in other block definitions.

Visual Basic

Public Function Drag(
    options As PromptDragOptions
) As PromptPointResult

C#

public PromptPointResult Drag(
    PromptDragOptions options
);

Parameters

Parameters Description
PromptDragOptions options Input dragging options

Links

Editor Class, Autodesk.AutoCAD.EditorInput Namespace

Was this information helpful?