SIFWorks ADK 2.0
Longitude Property
NamespacesEdustructures.SifWorks.CommonGridLocationLongitude

[This is preliminary documentation and is subject to change.]

Gets or sets the value of the <Longitude> element.
Declaration Syntax
C#Visual BasicVisual C++
public Nullable<decimal> Longitude{ get; set;}
Public Property Longitude As Nullable(Of Decimal)
public:
property Nullable<Decimal> Longitude {
	Nullable<Decimal> get ();
	void set (Nullable<Decimal> value);
}
Value
The Longitude element of this object.
Remarks

The SIF specification defines the meaning of this element as: "The longitude coordinate of this location expressed in decimal format (e.g. "79.548445")"

Version: 2.0

Since: 1.1

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10