|
Description
|
Returns/sets the color used to display axes, the base point and the limits box.
|
Syntax Visual Basic
|
[form.]DXFReader.AxesColor[ = Color&]
|
|
Visual C++
|
unsigned long DXFReader.GetAxesColor(); void DXFReader.SetAxesColor(unsigned long NewValue);
|
|
Delphi
|
property AxesColor: OLE_COLOR;
|
|
C#
|
Color DXFReader.AxesColor;
|
|
Remarks
|
See also the ShowAxes, the ShowBasePoint and the ShowLimits properties.
|
|
Data Type
|
Color
|
|
Default Value
|
H0000FF
|