ArcObjects Library Reference (System)  

IPropertySetArray.Add Method

Adds a propertyset.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal pPropertySet As IPropertySet _
)
[C#]
public void Add (
    IPropertySet pPropertySet
);
[C++]
HRESULT Add(
  IPropertySet* pPropertySet
);
[C++]

Parameters

pPropertySet [in]

  pPropertySet is a parameter of type IPropertySet

Product Availability

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

See Also

IPropertySetArray Interface