C++
virtual void dragStatus( const AcDb::DragStat status );
Description
This function is called when a drag operation involving this entity is starting, ending, or aborting. The status argument provides information about what is happening with the drag operation.
Parameters
Parameters | Description |
---|---|
status | Value describing the status of the drag operation; one of the values from the DragStat enumeration |