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


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

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