LongitudeLineCoverageGrid.Longitude Property |
Gets or sets the longitude of the line, in radians.
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double Longitude { get; set; }
Public Property Longitude As Double
Get
Set
public:
property double Longitude {
double get ();
void set (double value);
}
member Longitude : float with get, set
Property Value
Type:
Double
See Also