Share

AcDbAssocArrayActionBody::dragStatusOverride Method

C++

ACDBCORE2D_PORT Acad::ErrorStatus dragStatusOverride(
    const AcDb::DragStat status
) override;

Description

This function is called to notify the action when a there is a drag operation in progress and some objects the action depends on, either directly or indirectly, are being dragged. This is override of base class method.

Parameters

Parameters Description
status See the AcDb::DragStat enum.

Returns

Acad::ErrorStatus

Links

AcDbAssocArrayActionBody Class

Was this information helpful?