Table of Contents

Method RaiseOnMoveGripPointsAt

Namespace
VectorDraw.Professional.vdPrimaries
Assembly
VectorDraw.Professional.dll

RaiseOnMoveGripPointsAt(Int32Array, double, double, double)

Raises the OnMoveGripPointsAt Event of vdDocument object.

public bool RaiseOnMoveGripPointsAt(Int32Array Indexes, double dx, double dy, double dz)

Parameters

Indexes Int32Array

Represents a zero based array of the grip indexes that will be moved.

dx double

The dx distance that the grip is moved.

dy double

The dy distance that the grip is moved.

dz double

The dz distance that the grip is moved.

Returns

bool

Returns true if the default implementstion should not be done.