Share
 
 

acet-ss-drag-move (AutoLISP/Express Tools)

Drags a selection set to change location.

Supported Platforms: AutoCAD for Windows only; not available in AutoCAD LT for Windows, or on Mac OS and Web

Signature

(acet-ss-drag-move ss pt [prompt] [highlight [cursor]])
ss

Type: Pickset (selection set)

The selection set to drag.

pt

Type: List

The base point.

prompt

Type: String

A message to display before dragging is started.

highlight

Type: T or nil

If given, causes a rubber-band line to be drawn from pt to the current cursor position while dragging; this parameter can be nil to draw a rubber-band line in the inverse of the screen color, or non-nil to draw a highlighted line.

cursor

Type: Integer

The cursor form to display while dragging (0=crosshairs, 1=no cursor, 2=target).

Return Values

Type: List or nil

Normally returns the selected point, but will honor initget settings and can return arbitrary text or keywords. Returns nil if the dragging operation is aborted.

Remarks

This function does not move the selection set, but allows selection of a new position while showing how the result will appear.

Was this information helpful?