ArcObjects Library Reference (Display)  

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(
  BSTR* 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

Implementing a property page for an ArcGIS Engine application (Code Files: SymbolSelectorPropPage) | Update a frame's background, border, and shadow using the SymbologyControl (Code Files: FrameProperties) | Controls commands environment (Code Files: CommandsEnvironment)

.NET Related Topics

Using the SymbologyControl