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