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


IPropertySetArray Interface (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
ArcGIS Developer Help

IPropertySetArray Interface

Provides access to the IPropertySetArray Interface.

Product Availability

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

Members

Name Description
Method Add Adds a propertyset.
Read-only property Count The propertyset count.
Read-only property Element The propertyset at the specified position.
Method Insert Adds a propertyset at the specified position.
Method Remove Removes the propertyset at the specified position.
Method RemoveAll Removes all propertysets.

Classes that implement IPropertySetArray

Classes Description
PropertySetArray A collection of IPropertySet objects.