Show / Hide Table of Contents

Class KmlMultiTrack

A KML multi-track object.

Inheritance
System.Object
KmlGeometry
KmlMultiTrack
Implements
System.IEquatable<KmlGeometry>
KmlGeometry.Geometry
KmlGeometry.IsExtruded
KmlGeometry.IsTessellated
KmlGeometry.AltitudeMode
KmlGeometry.Type
KmlGeometry.Equals(KmlGeometry)
KmlGeometry.Equals(Object)
KmlGeometry.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class KmlMultiTrack : KmlGeometry, IEquatable<KmlGeometry>

Constructors

Name Description
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.

Properties

Name Description
IsInterpolated

Gets a value indicating whether or not the multi-track interpolates the time periods between tracks.

Tracks

Gets a list of the individual tracks making up the multi-track.

Applies to

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.