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


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

IXyzArray.Element Property

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

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

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

Product Availability

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

See Also

IXyzArray Interface