SurfaceRegionsCoverageGridResolution 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.1.421.0 (25.1.421.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
See Also