Share

AcDbGripData::AcDbGripData (AcGePoint3d&, void*) Constructor

C++

AcDbGripData(
    const AcGePoint3d&, 
    void* AppData
);

Description

This constructor enables setting of pt and appData members. All other members are set to NULL.

Parameters

Parameters Description
pt Input the m_gripPt data member
appData Input the m_pAppData data member

Links

AcDbGripData

Was this information helpful?