ZoneLevels Property
ZoneLevels returns the levels object for color zones. Returns a Levels collection. This is a read-only property.
Syntax
object.ZoneLevels
Example
This example demonstrates how to create Z color zones in intervals of ten ranging from 0 to 100.
Wireframe.ZoneLevels.AutoGenerate(MinLevel:=0, MaxLevel:=100, Interval:=10)
Used by: Wireframe object