The heightManager interface allows certain objects (Lights) in VIZ 2006 and higher to be created at a pre-defined Z height. This interface only manages the height values, the actual creation at custom Z-height is implemented by the Light-creating MacroScripts which access heights from this interface and perform the real work.
Interface: heightManager
Methods:
<void>customizeHeights()
Opens the Heights customization dialog.
<void>setCurrentHeightIndex <index>index
index Validated by Validator function
Sets the current Height index to the supplied index.
<float>getHeight <index>index
index Validated by Validator function
Returns the Height value corresponding to the supplied index.
<integer>getCurrentHeightIndex()
Returns the current Height index.
<float>getNumHeights()
Returns the number of Height values available.
<string>getHeightString <index>index
index Validated by Validator function
Returns the String of the Height value with the supplied index.
See also