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