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


IRgbArray.Element Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

IRgbArray.Element Property

Retrieves the element in the array (index is 0-based).

[Visual Basic .NET]
Public Function get_Element ( _
    ByVal index As Integer _
) As RGB32
[C#]
public RGB32 get_Element (
    int index
);
[C++]
HRESULT get_Element(
  long index,
  _RGB32* pElement
);
[C++]

Parameters index [in] index is a parameter of type long pElement [out, retval]
pElement is a parameter of type _RGB32

Product Availability

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

See Also

IRgbArray Interface