#pragma once
#include "TD_PackPush.h"
#include "DbBlock1PtParameterEntity.h"
class DYNBLOCKS_EXPORT OdDbBlockPropertiesTableEntity : public OdDbBlock1PtParameterEntity
{
public:
ODDB_DECLARE_MEMBERS(OdDbBlockPropertiesTableEntity);
OdDbBlockPropertiesTableEntity();
OdString tableName();
OdResult setTableName(const OdString&);
OdString tableDescription();
void setTableDescription(const OdString&);
};
/** \details
The typified smart pointer for the object. This template class
is specialization of the OdSmartPtr class for the OdDbBlockPropertiesTableEntity class.
\sa
*/
typedef OdSmartPtr OdDbBlockPropertiesTableEntityPtr;
class DYNBLOCKS_EXPORT OdDbBlockPropertiesTableGripEntity : public OdDbBlockGripEntity
{
public:
ODDB_DECLARE_MEMBERS(OdDbBlockPropertiesTableGripEntity);
/** \details
Builds an instance of the object.
*/
OdDbBlockPropertiesTableGripEntity();
void subViewportDraw(OdGiViewportDraw* pVd) const override;
};
#include "TD_PackPop.h"