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