This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
b3f7dbf0 51c2 1f92 054a b70f88de0600
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the type of rotation defined by the rotation value upright, relative, or absolute.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public LinetypeSegmentRotationType RotationType { get; set; }VB
Public Property RotationType As LinetypeSegmentRotationType
Get
SetC++
public:
property LinetypeSegmentRotationType RotationType {
LinetypeSegmentRotationType get ();
void set (LinetypeSegmentRotationType value);
}F#
member RotationType : LinetypeSegmentRotationType with get, set