ArcGISUnit

Namespace: GameEngine.Geometry
Class: GameEngine/Geometry/ArcGISUnit
Since: 1.0.0

Summary

Defines a unit of measurement.

Properties

PropertyTypeNullableReadonlySummary
No
Yes

The abbreviation of the unit.

No
Yes

The display name of the unit.

No
Yes

The name of the unit.

No
Yes

The display name of the unit.

No
Yes

The well-known ID for the unit, or 0 for a custom unit.

Abbreviation

string Abbreviation

The abbreviation of the unit.

The abbreviation for a specific unit.

DisplayName

string DisplayName

The display name of the unit.

The display name for a specific unit.

Name

string Name

The name of the unit.

The name for a specific unit.

PluralDisplayName

string PluralDisplayName

The display name of the unit.

The display name for a specific unit.

WKID

int WKID

The well-known ID for the unit, or 0 for a custom unit.

Methods

SignatureReturn TypeSummary

FromWKID(int)

ArcGISUnit

Creates a unit given its well-known ID.

FromWKID

static ArcGISUnit FromWKID(int WKID)

Creates a unit given its well-known ID.

Since 1.0.0

Arguments
NameTypeSummary
WKID

The well-known ID of the unit.

Returns ArcGISUnit

A unit. Depending on the well-known ID given, this may be an ArcGISLinearUnit, ArcGISAngularUnit, or ArcGISAreaUnit.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.