API Reference > Macros > AEC_DECLARE_MEMBERS Macro
AEC_DECLARE_MEMBERS Macro
Syntax
C++
#define AEC_DECLARE_MEMBERS( ClassName ) \ \ ODRX_DECLARE_MEMBERS( ClassName ); \ \ private: \ OdRxModulePtr m_pModule; \ public: \ static const OdUInt16 m_AECType; \ static const OdUInt16 m_ver; \ public: \ ClassName(); \ virtual ~ClassName(); \ public: \ virtual OdUInt16 GetAECType() const; \ void referenceModule(); \ \ virtual OdResult dwgInFieldsEx( AECDbDwgFiler* pFiler ); \ virtual void dwgOutFieldsEx( AECDbDwgFiler* pFiler ) const; \ \ virtual OdResult dxfInFields( OdDbDxfFiler* pFiler ); \ virtual void dxfOutFields( OdDbDxfFiler* pFiler ) const

AECMacros.h

Declares standard methods for each ODA Architecture database resident or imp-object.

Copyright © 2002 – 2020. Open Design Alliance. All rights reserved.