Show / Hide Table of Contents

Property CanFlyToNode

CanFlyToNode

Gets or sets a value indicating whether the app should zoom to the KML network link when it refreshes. NetworkLinkControl or the network link's top-level kml node upon refresh of the link.

Declaration
public bool CanFlyToNode { get; set; }
Property Value
Type Description
System.Boolean

A value indicating whether the app should zoom to the KML network link when it refreshes. NetworkLinkControl or the network link's top-level kml node upon refresh of the link.

Remarks

When this is defined, the app should zoom to the viewpoint defined on the associated NetworkLinkControl or the network links' top-level KML node upon refresh of the link. The GeoView will not automatically animate its viewpoint to the refreshed node. It is the application developer's responsibility to implement this behavior, if desired.

You can listen for a PropertyChangedEvent on the viewpoint to detect when the geoview's viewpoint should be updated.

This is defined in the flyToView tag in the network link.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.4 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.4 - 200.8
Xamarin.Android100.4 - 100.15
Xamarin.iOS100.4 - 100.15
UWP100.4 - 200.8
In This Article
Back to top Copyright © 2022 Esri.