adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Describe Class / GetClassName Method
The class ID to get the name for.

In This Topic
    GetClassName Method
    In This Topic
    Gets the display name for a data object class.
    Syntax
    'Declaration
     
    
    Public Shared Function GetClassName( _
       ByVal classID As ClassID _
    ) As String
    public static string GetClassName( 
       ClassID classID
    )

    Parameters

    classID
    The class ID to get the name for.
    See Also