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


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

IStyleGalleryItem.Name Property

The name of the item in the Style Gallery.

[Visual Basic .NET]
Public Property Name As String
[C#]
public string Name {get; set;}
[C++]
HRESULT get_Name(
  System.String* Name
);
[C++]
HRESULT put_Name(
  BSTR Name
);
[C++]
Parameters
Name [out, retval]

Name is a parameter of type BSTR* Name [in]
Name is a parameter of type BSTR

Product Availability

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

Description

Name is the name of the symbol or map element for the item stored in the style gallery.

See Also

IStyleGalleryItem Interface

.NET Samples

Controls commands environment Update a frame's background, border, and shadow using the SymbologyControl