LatitudeLineCoverageGridResolution Property |
Gets or sets the requested resolution, in radians, representing the maximum angular spacing between grid points.
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 Resolution { get; set; }Public Property Resolution As Double
Get
Set
public:
property double Resolution {
double get ();
void set (double value);
}member Resolution : float with get, set
Property Value
Type:
Double
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException | Thrown if the resolution is set to less than or equal to 0. |
See Also