CuboidCoverageGrid.XAxisBounds Property |
Gets or sets the bounds in the x-axis.
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 XAxisBounds { get; set; }
Public Property XAxisBounds As Bounds
Get
Set
public:
property Bounds XAxisBounds {
Bounds get ();
void set (Bounds value);
}
member XAxisBounds : Bounds with get, set
Property Value
Type:
Bounds
See Also