|
DXFReader Control - ShowAxes Property
Kadmos DXFReader ActiveX Control

DXFReader Control
ShowAxes Property
|
Description
|
Returns/sets whether the control will display the axes.
|
Syntax Visual Basic
|
[form.]DXFReader.ShowAxes[ = {True|False}]
|
|
Visual C++
|
BOOL DXFReader.GetShowAxes(); void DXFReader.SetShowAxes(BOOL bNewValue);
|
|
Delphi
|
property ShowAxes: WordBool;
|
|
C#
|
bool DXFReader.ShowAxes;
|
|
Remarks
|
Setting ShowAxes = True will show the axes of the drawing with units. The figure below shows the control displaying the axes.
 The axes color is setted by the AxesColor property.
|
|
Data Type
|
Boolean
|
|
Default Value
|
False
|
Copyright © 2008/2011 Kadmos.com - All rights reserved. Privacy Policy
|