CylinderCoverageGridRadialBounds Property  | 
 
            Gets or sets the radial bounds for the cylinder's radial coordinate, which must be positive.
            
 
    Namespace: 
   AGI.Foundation.Geometry.Discrete
    Assembly:
   AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Bounds RadialBounds { get; set; }Public Property RadialBounds As Bounds
	Get
	Set
public:
property Bounds RadialBounds {
	Bounds get ();
	void set (Bounds value);
}member RadialBounds : Bounds with get, set
Property Value
Type: 
Bounds
See Also