LatitudeBoundsCoverageGridMaximumLatitude Property |
Gets or sets the north-most planetodetic latitude, in radians, bounding the grid.
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic double MaximumLatitude { get; set; }Public Property MaximumLatitude As Double
Get
Set
public:
property double MaximumLatitude {
double get ();
void set (double value);
}member MaximumLatitude : float with get, set
Property Value
Type:
Double
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException | Thrown if the latitude is set outside the range from -pi/2 to pi/2. |
See Also