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


IStyleGalleryItem3.DefaultTags Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IStyleGalleryItem3.DefaultTags Property

The default tags of the item.

[Visual Basic .NET]
Public ReadOnly Property DefaultTags As String
[C#]
public string DefaultTags {get;}
[C++]
HRESULT get_DefaultTags(
  BSTR* Tags
);
[C++]

Parameters Tags [out, retval] Tags is a parameter of type BSTR

Product Availability

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

See Also

IStyleGalleryItem3 Interface