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


IRgbArray.Add Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

IRgbArray.Add Method

Adds an element to the array.

[Visual Basic .NET]
Public Sub Add ( _
    ByRef pElement As RGB32 _
)
[C#]
public void Add (
    ref RGB32 pElement
);
[C++]
HRESULT Add(
  _RGB32* pElement
);
[C++]

Parameters pElement [in]
pElement is a parameter of type _RGB32

Product Availability

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

See Also

IRgbArray Interface