The latitude of the center point of this object.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public double Latitude { get; set; }
Visual Basic
Public Property Latitude As Double
	Get
	Set
JScript
function get Latitude () : double
function set Latitude (value : double)

Remarks

This property is only valid when the display contains a GIS Map Layer.

See Also