Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / EnumExtender Class / GetDisplayName Method
The enum value.

In This Topic
    GetDisplayName Method
    In This Topic
    Gets the display name for the enum value.
    Syntax
    'Declaration
     
    Public Shared Function GetDisplayName( _
       ByVal value As Enum _
    ) As String
    public static string GetDisplayName( 
       Enum value
    )

    Parameters

    value
    The enum value.

    Return Value

    See Also