Go to the source code of this file.
◆ VAR_DIM_DEF
| #define VAR_DIM_DEF |
( |
| type, |
|
|
| name ) |
Value: virtual type dim##name() const;\
virtual Acad::ErrorStatus
setDim##name(type val);
Definition at line 626 of file AcDbDatabase.h.
◆ VAR_DIM_DEF_ACHAR
| #define VAR_DIM_DEF_ACHAR |
( |
| name | ) |
|
Value: virtual wchar_t const* dim##name() const; \
virtual Acad::ErrorStatus
setDim##name(
wchar_t const* val); \
Definition at line 634 of file AcDbDatabase.h.
◆ VAR_DIM_DEF_REF
| #define VAR_DIM_DEF_REF |
( |
| type, |
|
|
| name ) |
Value: virtual type dim##name() const;\
virtual Acad::ErrorStatus
setDim##name(type val);
Definition at line 630 of file AcDbDatabase.h.