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

    Parameters

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