Enum LinearDistanceFormat
Enumeration offering the precision and postfix unit type of a LinearDistance object when using ToString()
Namespace: FpAssistantCore.General
Assembly: FpAssistantCoreScl.dll
Syntax
public enum LinearDistanceFormat
Fields
| Name | Description |
|---|---|
| InternalPrecision | Use internal precision value, no unit prefix |
| InternalPrecisionWithUnitPostfix | Use internal precision value, with unit prefix |
| None | No precision, no unit prefix |
| NoneWithUnitPostfix | No precision, with unit prefix |