|
Description
|
Returns/sets the drawing translation about the Y axis.
|
Syntax Visual Basic
|
[form.]DXFReader.TranslationY[ = Value!]
|
|
Visual C++
|
float DXFReader.GetTranslationY(); void DXFReader.SetTranslationY(float NewValue);
|
|
Delphi
|
property TranslationY: Single;
|
|
C#
|
float DXFReader.TranslationY;
|
|
Remarks
|
The figure below shows a DXFReader Control displaying a drawing with TranslationX = 0 and TranslationY = 0, and with the ShowAxes property setted to True:

Setting TranslationX = 3 and TranslationY = -5 will display the following figure:

|
|
Data Type
|
Single
|
|
Default Value
|
0
|