'Declaration Public Shared Sub RegisterCustomController( _ ByVal userType As String, _ ByVal controller As ImGearARTFormsMarkController _ )
'Usage Dim userType As String Dim controller As ImGearARTFormsMarkController ImGearARTFormsMarkController.RegisterCustomController(userType, controller)
public static void RegisterCustomController( string userType, ImGearARTFormsMarkController controller )
public: static void RegisterCustomController( string* userType, ImGearARTFormsMarkController* controller )
public: static void RegisterCustomController( String^ userType, ImGearARTFormsMarkController^ controller )
Parameters
- userType
- String representing the type of the custom mark.
- controller
- MarkAnnotatorController object.