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


IPropertySetArray.Insert Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IPropertySetArray.Insert Method

Adds a propertyset at the specified position.

[Visual Basic .NET]
Public Sub Insert ( _
    ByVal index As Integer, _
    ByVal pPropertySet As IPropertySet _
)
[C#]
public void Insert (
    int index,
    IPropertySet pPropertySet
);
[C++]
HRESULT Insert(
  long index,
  IPropertySet* pPropertySet
);
[C++]

Parameters index [in] index is a parameter of type long pPropertySet [in]
pPropertySet is a parameter of type IPropertySet

Product Availability

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

See Also

IPropertySetArray Interface