Show / Hide Table of Contents

Class KmlScale

A KML scale object.

Inheritance
System.Object
KmlScale
Implements
System.IEquatable<KmlScale>
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 KmlScale : IEquatable<KmlScale>
Remarks

Defines a scale factor in x, y, and z dimensions.

Constructors

Name Description
KmlScale(Double, Double, Double)

Initializes a new instance of the KmlScale class with the specified x, y, and z scale factor values.

Properties

Name Description
ScaleX

Gets the scale factor applied to the x dimension.

ScaleY

Gets the scale factor applied to the y dimension.

ScaleZ

Gets the scale factor applied to the z dimension.

Methods

Name Description
Equals(KmlScale)
Equals(Object)
GetHashCode()

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.