ArcObjects Library Reference (Display)  

IStyleGalleryItem.Item Property

The symbol or map element to be stored in the Style Gallery item.

[Visual Basic .NET]
Public Property Item As Object
[C#]
public object Item {get; set;}
[C++]
HRESULT get_Item(
  LPUNKNOWN* Item
);
[C++]
HRESULT put_Item(
  LPUNKNOWN Item
);
[C++]

Parameters

Item [out, retval]   Item is a parameter of type LPUNKNOWN Item [in]   Item is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IStyleGalleryItem Interface