Show / Hide Table of Contents

Method SetFeaturesVisible

SetFeaturesVisible(IEnumerable<Feature>, Boolean)

Sets the visibility of all features in the collection.

Declaration
public void SetFeaturesVisible(IEnumerable<Feature> features, bool visible)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<Feature> features

A collection of features.

System.Boolean visible

true to show the features, otherwise false.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.3 - 200.8
.NET200.3 - 200.8
.NET Windows200.3 - 200.8
.NET Android200.3 - 200.8
.NET iOS200.3 - 200.8
.NET Framework200.3 - 200.8
UWP200.3 - 200.8
In This Article
Back to top Copyright © 2022 Esri.