CentralBodySurfaceRegionElevationAngleConstraintGranularity Property  | 
 
            Gets or sets the maximum angular distance in radians between sample points along the boundary of the area.
            
 
    Namespace: 
   AGI.Foundation.Access.Constraints
    Assembly:
   AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double Granularity { get; set; }Public Property Granularity As Double
	Get
	Set
public:
property double Granularity {
	double get ();
	void set (double value);
}member Granularity : float with get, set
Property Value
Type: 
Double
RemarksBy default, this is 0.5 degrees or 0.008726646 radians.
See Also