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


IStyleGallery.UpdateItem Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IStyleGallery.UpdateItem Method

Updates an existing item in target style file.

[Visual Basic .NET]
Public Sub UpdateItem ( _
    ByVal Item As IStyleGalleryItem _
)
[C#]
public void UpdateItem (
    IStyleGalleryItem Item
);
[C++]
HRESULT UpdateItem(
  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