LongitudeLineCoverageGrid.MinimumLatitude Property |
Gets or sets the south-most planetodetic latitude 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 MinimumLatitude { get; set; }
Public Property MinimumLatitude As Double
Get
Set
public:
property double MinimumLatitude {
double get ();
void set (double value);
}
member MinimumLatitude : float with get, set
Property Value
Type:
Double
Exceptions
See Also