Share

AcDbEntity::subGetGripPoints (AcGePoint3dArray&, AcDbIntArray &, AcDbIntArray &) Method

C++

virtual ACDBCORE2D_PORT Acad::ErrorStatus subGetGripPoints(
    AcGePoint3dArray& gripPoints, 
    AcDbIntArray & osnapModes, 
    AcDbIntArray & geomIds
) const;

Description

Override this virtual function in a AcDbEntity-derived class to provide your custom implementation for AcDbEntity::getGripPoints.

Links

AcDbEntity

Was this information helpful?