CustomOperatorProxy.CustomOperator Property
Gets or sets the custom operator instance.
Syntax
public ICustomOperator CustomOperator { get; set; }
Property Value
A reference to a custom operator.
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