Skip to main content

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 to true to show, or false to hide.

Returns

  • NA — This method does not return a value.