GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoDrawUnits Class / SetUnitName Method
a GoDrawUnit other than GoDrawUnit.None
In This Topic
    SetUnitName Method
    In This Topic
    Change the string name returned by UnitAbbreviatedName and UnitLongName for a given GoDrawUnit.
    Syntax
    public static void SetUnitName( 
       GoDrawUnit u,
       string abbrevname,
       string longname
    )

    Parameters

    u
    a GoDrawUnit other than GoDrawUnit.None
    abbrevname
    longname
    See Also