Load Settings
This class allows you to specify how the map/scene should treat feature layers. Represents load settings.
Since
200.1.0
Properties
The request mode to use for requesting features. Default is FeatureRequestMode.OnInteractionCache.
The session type to use for branch-versioned ServiceGeodatabase objects. Default is FeatureServiceSessionType.Transient.
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.
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.
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.
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.
Whether or not to use advanced symbology. Default is true.