LoadSettings

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

Since

200.1.0

Constructors

Link copied to clipboard
constructor()

Creates a new load settings object.

Properties

Link copied to clipboard

The request mode to use for requesting features. Default is FeatureRequestMode.OnInteractionCache.

Link copied to clipboard

The session type to use for branch-versioned ServiceGeodatabase objects. Default is FeatureServiceSessionType.Transient.

Link copied to clipboard

The feature tiling mode in use. Sets the feature tiling mode of each feature layer that is loaded. Default is FeatureTilingMode.EnabledWhenSupported. Changes how feature tiling is handled by each feature layer. Individual feature layers can override these settings.

Link copied to clipboard

The preferred rendering mode for point and multi-point based feature layers. The layer will attempt to render in the specified mode if this is supported. If for example DYNAMIC is not supported by a layer's rendering mode then it will fall back to rendering in STATIC mode.

Link copied to clipboard

The preferred rendering mode for polygon based feature layers. The layer will attempt to render in the specified mode if this is supported. If for example DYNAMIC is not supported by a layer's rendering mode then it will fall back to rendering in STATIC mode.

Link copied to clipboard

The preferred rendering mode for polyline based feature layers. The layer will attempt to render in the specified mode if this is supported. If for example DYNAMIC is not supported by a layer's rendering mode then it will fall back to rendering in STATIC mode.

Link copied to clipboard

Whether or not to use advanced symbology. Default is true.