This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IM > IMultiItem Interface > IMultiItem.Name Property (ArcObjects .NET 10.4 SDK) |
The name of the multiItem.
[Visual Basic .NET] Public ReadOnly Property Name As String
[C#] public string Name {get;}
[C++]
HRESULT get_Name(
BSTR* Name
);
[C++]
Parameters Name [out, retval] Name is a parameter of type BSTR
The Name property of a multiItem is a programmatic identifying name string. By convention, a multiItem's name should include its category name. The format of the Name string should be <Category>_<Caption>.
When implementing IMultiItem to create a custom multiItem, use the Name property to set the internal name of this multiItem.