#include <mi32/rvccad.h>
Public Member Functions | |
| CADELEMOPT () | |
| void | GetStyle (TEXTSTYLE &text) const |
| void | GetStyle (POLYSTYLE &poly) const |
| void | GetStyle (POINTSTYLE &point) const |
| void | GetStyle (LINESTYLE &line) const |
| CADELEMOPT & | operator= (const CADELEMOPT &rhs) |
| void | SetStyle (const TEXTSTYLE &text) |
| void | SetStyle (const POLYSTYLE &poly) |
| void | SetStyle (const POINTSTYLE &point) |
| void | SetStyle (const LINESTYLE &line) |
Public Attributes | |
| FLOAT | Angle |
| COLOR | color |
| INT32 | dbrecord |
| DPOINT3D | Extrusion |
| COLOR | FillColor |
| INT32 | FillPatt |
| INT32 | HyperLink |
| INT32 | LinePatt |
| COLOR | m_LineDrawColor |
| COLOR | m_PolyBorderColor |
| COLOR | m_PolyFillColor |
| DOUBLE | MapScale |
| UINT16 | Space |
| UINT32 | StyleFlags |
| INT32 | Symbol |
| FLOAT | width |
| UINT16 | WidthUnits |
| FLOAT | ywidth |
If structure size changes, geom.dll will need to be changed
Definition at line 309 of file rvccad.h.
| void CADELEMOPT::GetStyle | ( | TEXTSTYLE & | text | ) | const [inline] |
| void CADELEMOPT::GetStyle | ( | POLYSTYLE & | poly | ) | const [inline] |
| void CADELEMOPT::GetStyle | ( | POINTSTYLE & | point | ) | const [inline] |
| void CADELEMOPT::GetStyle | ( | LINESTYLE & | line | ) | const [inline] |
| CADELEMOPT& CADELEMOPT::operator= | ( | const CADELEMOPT & | rhs | ) | [inline] |
| void CADELEMOPT::SetStyle | ( | const TEXTSTYLE & | text | ) | [inline] |
| void CADELEMOPT::SetStyle | ( | const POLYSTYLE & | poly | ) | [inline] |
| void CADELEMOPT::SetStyle | ( | const POINTSTYLE & | point | ) | [inline] |
| void CADELEMOPT::SetStyle | ( | const LINESTYLE & | line | ) | [inline] |
1.5.2