ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTCustomController Class / GetCustomMark Method
User type name.




In This Topic
    GetCustomMark Method
    In This Topic
    Gets a registered custom mark type by its name.
    Syntax
    'Declaration
     
    Public Shared Function GetCustomMark( _
       ByVal userType As String _
    ) As Type
    'Usage
     
    Dim userType As String
    Dim value As Type
     
    value = ImGearARTCustomController.GetCustomMark(userType)
    public static Type GetCustomMark( 
       string userType
    )
    public: static Type* GetCustomMark( 
       string* userType
    ) 
    public:
    static Type^ GetCustomMark( 
       String^ userType
    ) 

    Parameters

    userType
    User type name.

    Return Value

    Custom mark class type info.
    See Also