Click or drag to resize
GeLength Class
Represents a distance.
Inheritance Hierarchy
SystemObject
  FDF.CommonUomMeasureUomLinearUnit
    FDF.Common.GeometriesGeLength

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
[SerializableAttribute]
public class GeLength : UomMeasure<UomLinearUnit>

The GeLength type exposes the following members.

Constructors
  NameDescription
Public methodGeLength
Initializes a new instance of the GeLength class
Public methodGeLength(Double)
Initializes a new instance of the GeLength class
Public methodGeLength(GeLength)
Initializes a new instance of the GeLength class
Public methodGeLength(Double, UomLinearUnit)
Initializes a new instance of the GeLength class
Top
Properties
Methods
  NameDescription
Public methodConvertTo
Public methodStatic memberEmpty
Returns empty (null) length.
Public methodStatic memberGetFormat
Public methodStatic memberGetPrecisionFormat
Public methodStatic memberGetUnitFormat
Public methodStatic memberInfinity
Returns (positively) infinite length.
Public methodToString (Overrides ObjectToString.)
Public methodToString(Int32)
Public methodToString(UomUnit)
Public methodStatic memberTryParse(String, GeLength)
Converts a string representation of a number to default linear unit. Return value indicates whether the conversion succeeded or failed.
Public methodStatic memberTryParse(String, UomLinearUnit, GeLength)
Converts a string representation of a number to given linear unit. A return value indicates whether the conversion succeeded or failed.
Top
Operators
Remarks