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


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

IXyzArray 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 Retrieve the element in the array (index is 0-based).
Method RemoveAll Removes all elements from the array.

Classes that implement IXyzArray

Classes Description
XyzArray Esri XyzArray object.