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


IRgbArray Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IR > IRgbArray Interface
ArcGIS Developer Help

IRgbArray Interface

Provides access to members of XyzArray.

Product Availability

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

Members

Name Description
Method Add Adds an element to the array.
Read-only property Count The number of elements in the array.
Read-only property Element Retrieves the element in the array (index is 0-based).
Method RemoveAll Removes all elements from the array.

Classes that implement IRgbArray

Classes Description
RgbArray Esri RgbArray object.