The Longitude type exposes the following members.

Constructors

  Name Description
Public method Longitude(Double)

Constructs Longitude using the decimal value provided.

Public method Longitude(String)

Constructs Longitude using the decimal string value provided.

Public method Longitude(Longitude)

Constructs Longitude copying the existing value.

Properties

  Name Description
Public property Value

Returns the decimal value of the longitude.

Remarks

If set to a value that crosses the line of longitude 180 degress from the prime meridian (also called the international date line) the value will move from east to west or vice versa.
(Overrides Dimension..::..Value.)

See Also