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


IPropertySetArray.Element Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IP > IPropertySetArray Interface > IPropertySetArray.Element Property
ArcGIS Developer Help

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