[]
        
(Showing Draft Content)

C1.FlexMap.MapUnit.-ctor

MapUnit Constructor

MapUnit(string, string, double)

Creates a new instance of MapUnit.

Declaration
public MapUnit(string name, string abbr, double metersPerUnit)
Public Sub New(name As String, abbr As String, metersPerUnit As Double)
Parameters
Type Name Description
string name

The full name of the unit.

string abbr

The abbreviation name of the unit.

double metersPerUnit

The number of meters per unit.