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


IXyzArray.Element Property (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.Element Property
ArcGIS Developer Help

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