Property IgnoreAreaChangesFlag
| Edit this page View SourceIgnoreAreaChangesFlag
Gets or sets a value indicating whether changes to the query area should be ignored. This is used to prevent IsEligibleForRequery becoming true because the view zoomed to a result.
Declaration
public bool IgnoreAreaChangesFlag { get; set; }
Property Value
Type | Description |
---|---|
bool |
Remarks
Set this value to true when the GeoView is being navigated to show results, and set to false when the navigation completes.