Show / Hide Table of Contents

Class KmlScale

A KML scale object.

Inheritance
object
KmlScale
Implements
IEquatable<KmlScale>
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
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?)

Indicates whether the current object is equal to another object of the same type.

Equals(object?)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

Applies to

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.