Click or drag to resize
GeArea Class
Represents an area.
Inheritance Hierarchy
SystemObject
  FDF.CommonUomMeasureUomAreaUnit
    FDF.Common.GeometriesGeArea

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

The GeArea type exposes the following members.

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