Click or drag to resize

LinearUnitFormatToEngineering Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Converts a length value into its feet and decimal inches string representation.

Namespace:  netDxf.Units
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static string ToEngineering(
	double length,
	UnitStyleFormat format
)
Request Example View Source

Parameters

length
Type: SystemDouble
The length value.
format
Type: netDxf.UnitsUnitStyleFormat
The unit style format.

Return Value

Type: String
A string that represents the length in feet and decimal inches.
Remarks
The Engineering format assumes that each drawing unit represents one inch.
See Also