ArcObjects Library Reference (Display)  

IStyleGallery.RemoveItem Method

Removes an item from the target style file.

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

Parameters

Item [in]

  Item is a parameter of type IStyleGalleryItem

Product Availability

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

See Also

IStyleGallery Interface