ConeCoverageGridBaseRadiusBounds Property |
Gets or sets the cone's base radius bounds.
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 BaseRadiusBounds { get; set; }
Public Property BaseRadiusBounds As Bounds
Get
Set
public:
property Bounds BaseRadiusBounds {
Bounds get ();
void set (Bounds value);
}
member BaseRadiusBounds : Bounds with get, set
Property Value
Type:
BoundsSee Also