CustomSymbolProxy.CustomSymbol Property
Gets or sets the custom symbol instance.
Syntax
public ICustomSymbol CustomSymbol { get; set; }
Property Value
A reference to a custom symbol.
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