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
cfceaa4c 173a 7c87 c242 a0c25ff152c1
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Converts a length value into its feet and fractional inches string representation.
Namespace: netDxf.Units
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static string ToArchitectural(
double length,
UnitStyleFormat format
)
VB
Public Shared Function ToArchitectural (
length As Double,
format As UnitStyleFormat
) As String
C++
public:
static String^ ToArchitectural(
double length,
UnitStyleFormat^ format
)
F#
static member ToArchitectural :
length : float *
format : UnitStyleFormat -> string
- Double
- The length value.
- UnitStyleFormat
- The unit style format.
String
A string that represents the length in feet and fractional inches.
The Architectural format assumes that each drawing unit represents one inch.