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


IStyleGallery.AddItem Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IStyleGallery Interface > IStyleGallery.AddItem Method
ArcGIS Developer Help

IStyleGallery.AddItem Method

Adds an item to the target style file.

[Visual Basic .NET]
Public Sub AddItem ( _
    ByVal Item As IStyleGalleryItem _
)
[C#]
public void AddItem (
    IStyleGalleryItem Item
);
[C++]
HRESULT AddItem(
  IStyleGalleryItem* Item
);
[C++]
Parameters
Item [in]

Item is a parameter of type IStyleGalleryItem*

Product Availability

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

Description

Additem adds the item to it's associated Class folder within the Style Gallery.

See Also

IStyleGallery Interface