setFeaturesVisible

fun setFeaturesVisible(features: Iterable<Feature>, visible: Boolean)

Sets the visibility of all features in the collection.

Since

200.2.0

Parameters

features

A MutableList of Feature. Contents of the MutableList are copied.

visible

True to show the features, otherwise false.