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