Share

AcDbPointCloudEx::dragStatus Method

C++

void dragStatus(
    const AcDb::DragStat status
) override;

Description

The function is called when a drag operation involving this entity is starting, ending, or aborting

Parameters

Parameters Description
status Provides information about what is happening with the drag operation.

Links

AcDbPointCloudEx Class

Was this information helpful?