GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoDrawUnits Class / UnitAbbreviatedName Method
In This Topic
    UnitAbbreviatedName Method
    In This Topic
    Get the abbreviated string name for a GoDrawUnit.
    Syntax
    public static string UnitAbbreviatedName( 
       GoDrawUnit u
    )

    Parameters

    u
    Remarks
    For example, a value of GoDrawUnit.Centimeter will return "cm".
    See Also