CuboidCoverageGridYAxisBounds Property |
Gets or sets the bounds in the y-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 YAxisBounds { get; set; }
Public Property YAxisBounds As Bounds
Get
Set
public:
property Bounds YAxisBounds {
Bounds get ();
void set (Bounds value);
}
member YAxisBounds : Bounds with get, set
Property Value
Type:
BoundsSee Also