| EphemerisLongitude Property |
Gets or sets the longitude of the world space origin (using the Geographic coordinate space).
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float Longitude { get; set; }
Public Property Longitude As Single
Get
Set
public:
property float Longitude {
float get ();
void set (float value);
}
member Longitude : float32 with get, set
Property Value
Type:
Single
The longitude in degrees in the range [-180, 180]. (East is positive.)
See Also