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