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 class identified by a ClassID
    Syntax
    'Declaration
     
    
    Public Shared Function GetClassName( _
       ByVal classID As ClassID _
    ) As String
    public static string GetClassName( 
       ClassID classID
    )
    public:
    static String^ GetClassName( 
       ClassID classID
    ) 

    Parameters

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