|
DXFReader Control - BaseY Property
Kadmos DXFReader ActiveX Control

DXFReader Control
BaseY Property
|
Description
|
Returns/sets the insertion base point Y.
|
Syntax Visual Basic
|
[form.]DXFReader.BaseY[ = Value#]
|
|
Visual C++
|
double DXFReader.GetBaseY(); void DXFReader.SetBaseY(double NewValue);
|
|
Delphi
|
property BaseY: Double;
|
|
C#
|
double DXFReader.BaseY;
|
|
Remarks
|
The scaling along the X and the Y axes and rotation are about the (BaseX,BaseY) point.
|
|
Data Type
|
Double
|
|
Default Value
|
0
|
Copyright © 2008/2009 Kadmos.com - All rights reserved. Privacy Policy
|