This document is archived and information here might be outdated.  Recommended version.


ISymbologyControl.CustomProperty Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Controls)  

ISymbologyControl.CustomProperty Property

A property to associate data with the SymbologyControl.

[Visual Basic .NET]
Public Property CustomProperty As Object
[C#]
public object CustomProperty {get; set;}
[C++]
HRESULT get_CustomProperty(
  VARIANT* Property
);
[C++]
HRESULT put_CustomProperty(
  VARIANT Property
);
[C++]

Parameters Property [out, retval] Property is a parameter of type VARIANT Property [in] Property is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine.

Description

Use the CustomProperty to associate any useful data with the SymbologyControl. This is similar to a 'Tag' property, and can be use to store strings, numbers and objects.

See Also

ISymbologyControl Interface