ZMax Property [AutoClipping]
The ZMax property returns or sets the maximum Z value to be used by the plot. Returns a Double.
Syntax
object.ZMax
object.ZMax = ZMax
Parameter | Type | Description |
ZMax | Double | required, maximum Z value |
Example
This example shows how to set the maximum Z value to be used when clipping a plot.
XYZLine.Clipping.ZMax = 35
Used by: AutoClipping object