Show / Hide Table of Contents

Constructor KmlOrientation

KmlOrientation(Double, Double, Double)

Initializes a new instance of the KmlOrientation class, with the specified heading, tilt, and roll values.

Declaration
public KmlOrientation(double heading, double tilt, double roll)
Parameters
Type Name Description
System.Double heading

The heading.

System.Double tilt

The tilt.

System.Double roll

The roll.

Remarks

Values are normalized in the range of 0 to 360 (inclusive). For more information on how heading, tilt, and roll relate to the coordinate system, see the documentation for KML models.

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.