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


IDSCStatusArray.Element Property (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

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

No record for Search in Libraries found

See Also

IDSCStatusArray Interface