[This is preliminary documentation and is subject to change.]

The shape of a zone.

Syntax

C#
public enum ZoneType
Visual Basic (Declaration)
Public Enumeration ZoneType

Members

Member nameDescription
Cube
Zone area is represented by a cube or rectangular prism.
Cylinder
Zone area is represented by a cylinder.
Sphere
Zone area is represented by a sphere.

See Also