Show / Hide Table of Contents

Constructor KmlMultiTrack

KmlMultiTrack(IEnumerable<KmlTrack>, Boolean)

Initializes a new instance of the KmlMultiTrack class from a list of KmlTrack objects and a boolean indicating whether the multi-track interpolates the time periods between tracks.

Declaration
public KmlMultiTrack(IEnumerable<KmlTrack> tracks, bool isInterpolated = false)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<KmlTrack> tracks

The tracks that make up the multi-track.

System.Boolean isInterpolated

Whether or not the multi-track interpolates the time periods between tracks. Default is false.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.6 - 200.7
.NET200.6 - 200.7
.NET Windows200.6 - 200.7
.NET Android200.6 - 200.7
.NET iOS200.6 - 200.7
.NET Framework200.6 - 200.7
UWP200.6 - 200.7
In This Article
Back to top Copyright © 2022 Esri.