This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
f3ee83e3 29a1 0e3d dfb5 b88eea7df009
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the local axis that measures the ordinate dimension.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public OrdinateDimensionAxis Axis { get; set; }
VB
Public Property Axis As OrdinateDimensionAxis
Get
Set
C++
public:
property OrdinateDimensionAxis Axis {
OrdinateDimensionAxis get ();
void set (OrdinateDimensionAxis value);
}
F#
member Axis : OrdinateDimensionAxis with get, set