changeVectorLayerVisibility
Sets the visibility of a 2D layer by its index.
Syntax
RxCore.changeVectorLayerVisibility(index, visible);
Parameters
index: number — Index of the 2D layer to show or hide.visible: boolean — Set totrueto show, orfalseto hide.
Returns
- NA — This method does not return a value.