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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
BoundsSee Also