'Declaration Public Shared Function GetCustomController( _ ByVal userType As String _ ) As ImGearARTCustomDrawingController
'Usage Dim userType As String Dim value As ImGearARTCustomDrawingController value = ImGearARTCustomDrawingController.GetCustomController(userType)
public static ImGearARTCustomDrawingController GetCustomController( string userType )
public: static ImGearARTCustomDrawingController* GetCustomController( string* userType )
public: static ImGearARTCustomDrawingController^ GetCustomController( String^ userType )
Parameters
- userType
- Name of the custom mark type.
Return Value
Registered custom controller.