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


IXyzArray.Add Method (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 > IXyzArray.Add Method
ArcGIS Developer Help

IXyzArray.Add Method

Adds an element to the array.

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

pElement is a parameter of type WKSPointZ*

Product Availability

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

See Also

IXyzArray Interface