#include <HIOUtilityDWG.h>
Public Member Functions | |
HIOConnectorDWG () | |
void | SetDatabase (AcDbDatabase *pAcDbDatabase) |
Protected Attributes | |
AcDbDatabase * | m_pAcDbDatabase |
Autocad Database pointer associated with the DWG file. |
This class establishes a connection between the DWG entity and the Hoops entity.
HIOConnectorDWG::HIOConnectorDWG | ( | ) | [inline] |
Constructs an HIOConnectorDWG object.
void HIOConnectorDWG::SetDatabase | ( | AcDbDatabase * | pAcDbDatabase | ) | [inline] |
This method associates this connector with a given AcDbDatabase.
pAcDbDatabase | A pointer to the AcDbDatabase object you want this connector to be associated with. |