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


IStyleGalleryClass2.ItemClass Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IStyleGalleryClass2 Interface > IStyleGalleryClass2.ItemClass Property
ArcGIS Developer Help

IStyleGalleryClass2.ItemClass Property

Interface ID for the items in the class.

[Visual Basic .NET]
Public ReadOnly Property ItemClass As Guid
[C#]
public Guid ItemClass {get;}
[C++]
HRESULT get_ItemClass(
  System.Guid* iid
);
[C++]
Parameters
iid [out, retval]

iid is a parameter of type System.Guid*

Product Availability

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

See Also

IStyleGalleryClass2 Interface