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