ScaleBarSetUnitAbbreviation Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Set the abbreviation used for a certain unit. Useful for changing abbreviations for different cultures. The default abbreviations for all distance units are SI abbreviations
Namespace:
Telogis.GeoBase.ImageUtils
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void SetUnitAbbreviation(
DistanceUnit unit,
string abbreviation
)
Public Sub SetUnitAbbreviation (
unit As DistanceUnit,
abbreviation As String
)
Parameters
- unit
- Type: Telogis.GeoBaseDistanceUnit
The distance unit to be changed - abbreviation
- Type: SystemString
the abbreviation string of the unit
See Also