Show / Hide Table of Contents

Property BufferFactor

BufferFactor

Gets or sets the factor used to calculate a buffered extent around the current visible area when requesting new features from the service.

Declaration
public double BufferFactor { get; set; }
Property Value
Type Description
System.Double

A double representing the buffer factor.

Remarks

Any interaction with the MapView which results in a Viewpoint change, such as a pan or zoom action, will request features only if the new visible area exceeds the buffered extent. The BufferFactor is applied only when the FeatureRequestMode is in either OnInteractionCache or OnInteractionNoCache. By default it is 2.0 (twice the current extent).

Applies to

Platforms and versions
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.0 - 200.7
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7
In This Article
Back to top Copyright © 2022 Esri.