CartesianBounds.ZBounds Property |
Gets the bounds for the Z coordinate.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Bounds ZBounds { get; }
Public ReadOnly Property ZBounds As Bounds
Get
public:
property Bounds ZBounds {
Bounds get ();
}
member ZBounds : Bounds with get
Property Value
Type:
Bounds
See Also