CustomVisualizerProxy.CustomVisualizer Property
Gets or sets the custom visualizer instance.
Syntax
public ICustomVisualizer CustomVisualizer { get; set; }
Property Value
A reference to a custom visualizer.
Remarks
An exception will be thrown if the custom object implementation has been implemented with a different API than the code that tries to access the property uses, for example if the custom object has been implemented in C++ and you try to access it using Java or .NET.
Platforms
Windows, Linux, Android