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


IPropertySetArray.Element Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IPropertySetArray.Element Property

The propertyset at the specified position.

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

Parameters index [in] index is a parameter of type long ppPropertySet [out, retval]
ppPropertySet is a parameter of type IPropertySet

Product Availability

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

See Also

IPropertySetArray Interface