selectedLevelIndex property
The index of the VenueLevel selected from the level array of the VenueDrawing. Unlike the Z index, it can't have a negative value. Gets the index of the currently selected VenueLevel in the level array of the related VenueDrawing. The level array can be taken from VenueDrawing.levels.
Implementation
int get selectedLevelIndex;
The index of the VenueLevel selected from the level array of the VenueDrawing. Unlike the Z index, it can't have a negative value. Sets the VenueLevel with the specified index from the level array of the VenueDrawing as selected.
Implementation
set selectedLevelIndex(int value);