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