Show / Hide Table of Contents

Class LoadSettings

This class allows you to specify how the map/scene should treat feature layers.

Inheritance
System.Object
LoadSettings
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class LoadSettings

Constructors

Name Description
LoadSettings()

Initializes a new instance of the LoadSettings class.

Properties

Name Description
FeatureRequestMode

Gets or sets the request mode to use for requesting features. Default is OnInteractionCache.

FeatureServiceSessionType

Gets or sets the session type to use for branch-versioned ServiceGeodatabase objects. Default is Transient.

FeatureTilingMode

Gets or sets the feature tiling mode in use. Sets the feature tiling mode of each feature layer that is loaded. Default is EnabledWhenSupported.

PreferredPointFeatureRenderingMode

Gets or sets the preferred rendering mode for point and multi-point based feature layers.

PreferredPolygonFeatureRenderingMode

Gets or sets the preferred rendering mode for polygon based feature layers. This will be set to Automatic by default.

PreferredPolylineFeatureRenderingMode

Gets or sets the preferred rendering mode for polyline based feature layers. This will be set to Automatic by default.

UseAdvancedSymbology

Gets or sets a value indicating whether to use advanced symbology.

See Also

LoadSettings

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.2.1 - 200.7
Xamarin.Android100.2.1 - 100.15
Xamarin.iOS100.2.1 - 100.15
UWP100.2.1 - 200.7
In This Article
Back to top Copyright © 2022 Esri.