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


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

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(
  System.String* 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