This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IP > IPropertySetArray Interface > IPropertySetArray.Element Property (ArcObjects .NET 10.4 SDK) |
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