AutoCutoff Property
The AutoCutoff property returns or sets if the default value of the base (bottom of associate Y axis) is used to draw the base. Returns a Boolean.
Syntax
object.AutoCutoff
object.AutoCutoff = AutoCutoff
Parameter | Type | Description |
AutoCutoff | Boolean | required, true to use the default base value |
Example
This example shows how to set the auto cutoff value to false for a surface map.
SurfaceBase.AutoCutoff = False
Used by: AutoBaseObj object