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


IPropertySetArray.Insert Method (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.Insert Method
ArcGIS Developer Help

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