Namespace: GameEngine.Geometry
Class: GameEngine/Geometry/ArcGISUnit
Since: 1.0.0
Summary
Defines a unit of measurement.
Properties
Property | Type | Nullable | Readonly | Summary |
---|---|---|---|---|
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. |
PluralDisplayName
string PluralDisplayName
The display name of the unit.
The display name for a specific unit.
Methods
Signature | Return Type | Summary |
---|---|---|
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
Name | Type | Summary |
---|---|---|
WKID | The well-known ID of the unit. |
Returns ArcGISUnit
A unit. Depending on the well-known ID given, this may be a ArcGISLinearUnit, ArcGISAngularUnit, or ArcGISAreaUnit.