Show / Hide Table of Contents

Property Configuration

Configuration

Gets or sets the configuration settings for IndoorsLocationDataSource that are stored with a map's properties.

Declaration
public IndoorsLocationDataSourceConfiguration Configuration { get; set; }
Property Value
Type Description
IndoorsLocationDataSourceConfiguration

Configuration settings for IndoorsLocationDataSource that are stored with a map's properties.

Remarks

If not null, this IndoorsLocationDataSourceConfiguration is automatically applied to all IndoorsLocationDataSource objects that are created using this IndoorPositioningDefinition. When modifying properties of Configuration or Configuration, be aware that they share the same object and changes made to one will affect the other. To prevent unintended modifications and ensure the original configuration is preserved, use the Clone() method when adjusting the configuration.

Applies to

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