ImageGear .NET - Updated
GetCustomMark Method




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTCustomController Class : GetCustomMark Method
User type name.
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

Reference

ImGearARTCustomController Class
ImGearARTCustomController Members