Map for WinForms | ComponentOne
C1.FlexMap Namespace / MapUnit Class / MapUnit Constructor
The full name of the unit.
The abbreviation name of the unit.
The number of meters per unit.

In This Topic
    MapUnit Constructor
    In This Topic
    Creates a new instance of MapUnit.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As String, _
       ByVal abbr As String, _
       ByVal metersPerUnit As Double _
    )
    public MapUnit( 
       string name,
       string abbr,
       double metersPerUnit
    )

    Parameters

    name
    The full name of the unit.
    abbr
    The abbreviation name of the unit.
    metersPerUnit
    The number of meters per unit.
    See Also