SIFWorks ADK 2.0
Latitude Property
NamespacesEdustructures.SifWorks.CommonGridLocationLatitude

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

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

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

Version: 2.0

Since: 1.1

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