The longitude 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 Longitude { get; set; }
Visual Basic
Public Property Longitude As Double
	Get
	Set
JScript
function get Longitude () : double
function set Longitude (value : double)

Remarks

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

See Also