Share

AcDbSelectGrip2 Class

Class Hierarchy

AcRxObject
    AcDbSelectGrip2

C++

class AcDbSelectGrip2 : public AcRxObject;

File

dbSelectGrip.h

Description

This class allows applications to determine whether a grip on a custom entity is selectable.

Remarks

Currently only called from the AutoCAD grip mechanism before snapping to, hovering, or heating a grip. Called before any implementations of AcDbSelectGrip. If either implementation rejects selection of the grip then it is rejected.

Links

AcDbSelectGrip2 Methods

Was this information helpful?