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