Share

AcDbAssocDraggingState Enumeration

C++

enum AcDbAssocDraggingState {
  kNotDraggingAssocDraggingState,
  kFirstSampleAssocDraggingState,
  kIntermediateSampleAssocDraggingState,
  kLastSampleAssocDraggingState
};

File

AcDbAssocGlobal.h

Members

Members Description
kNotDraggingAssocDraggingState Not inside the dragging loop.
kFirstSampleAssocDraggingState The first drag sample of the dragging loop.
kIntermediateSampleAssocDraggingState An intermediate drag sample of the dragging loop.
kLastSampleAssocDraggingState The last drag sample of the dragging loop.

Description

Indicates during the evaluation whether the evaluation is taking place from inside a dragging loop as well as the stage of the dragging.

Was this information helpful?