OrdinateDimensionRotation Property
|
Gets or sets the angle of rotation in degrees of the ordinate dimension local coordinate system.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public double Rotation { get; set; }
Public Property Rotation As Double
Get
Set
public:
property double Rotation {
double get ();
void set (double value);
}
member Rotation : float with get, set
PROPERTY Rotation AS REAL8 GET SET
Property Value
Type:
DoubleSee Also