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


IDSCStatusArray.Element Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Search)  

IDSCStatusArray.Element Property

The DSCStatus Object at the specified position.

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

Parameters index [in] index is a parameter of type long dataObject [out, retval]
dataObject is a parameter of type IDSCStatus

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IDSCStatusArray Interface