|
Description
|
Returns the Y coordinate (in drawing units) of the current viewport lower-left corner.
|
Syntax Visual Basic
|
Value! = [form.]DXFReader.ViewPortMinY
|
|
Visual C++
|
float DXFReader.GetViewPortMinY(); void DXFReader.SetViewPortMinY(float NewValue);
|
|
Delphi
|
property ViewPortMinY: Single;
|
|
C#
|
float DXFReader.ViewPortMinY;
|
|
Remarks
|
This property isn't showed in Property Browser but is showed in the Object Browser.
|
|
Data Type
|
Single
|