Show / Hide Table of Contents

Constructor KmlMultiTrack

KmlMultiTrack(IEnumerable<KmlTrack>, bool)

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
IEnumerable<KmlTrack> tracks

The tracks that make up the multi-track.

bool 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.8
.NET200.6 - 300.0
.NET Windows200.6 - 300.0
.NET Android200.6 - 300.0
.NET iOS200.6 - 300.0
.NET Framework200.6 - 200.8
UWP200.6 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.