Interface: heightManager

Interfaces > Core Interfaces > heightManager

The heightManager Core 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>heightManager.customizeHeights()   

Opens the Heights customization dialog.

   

<void>heightManager.setCurrentHeightIndex <index>index 

index Validated by Validator function

Sets the current Height index to the supplied index.

   

<float>heightManager.getHeight <index>index 

index Validated by Validator function

Returns the Height value corresponding to the supplied index.

   

<integer>heightManager.getCurrentHeightIndex() 

Returns the current Height index.

   

<float>heightManager.getNumHeights() 

Returns the number of Height values available.

   

<string>heightManager.getHeightString <index>index 

index Validated by Validator function

Returns the String of the Height value with the supplied index.

   

See Also