Provides access to members that identify a linear or angular unit of measure within a spatial reference system.
Description
See IAngularUnit or ILinear Unit for more information.
Members
Name | Description | |
---|---|---|
Abbreviation | The abbreviated name of this spatial reference component. | |
Alias | The alias of this spatial reference component. | |
ConversionFactor | The conversion factor of the unit to the base. | |
FactoryCode | The factory code (WKID) of the spatial reference. | |
Name | The name of this spatial reference component. | |
Remarks | The comment string of this spatial reference component. |
IUnit.ConversionFactor Property
The conversion factor of the unit to the base.
Public ReadOnly Property ConversionFactor As Double
public double ConversionFactor {get;}
Inherited Interfaces
Interfaces | Description |
---|---|
ISpatialReferenceInfo | Provides access to members that control the properties common to all components of a spatial reference system. |
Classes that implement IUnit
Classes | Description |
---|---|
AngularUnit | Creates a angular unit of measure. |
LinearUnit | Creates a linear unit of measure. |