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


IColorElements.Add Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IColorElements.Add Method

Add a color element.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal pColor As IColor _
)
[C#]
public void Add (
    IColor pColor
);
[C++]
HRESULT Add(
  IColor* pColor
);
[C++]

Parameters pColor [in]
pColor is a parameter of type IColor

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IColorElements Interface