ArcObjects Library Reference (PublisherControls)  

IARCommandInfo.Name Property

The name of the command.

[Visual Basic .NET]
Public ReadOnly Property Name As String
[C#]
public string Name {get;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Returns the Name of the specified ARTool command. By convention a command's name should include its Category name and Caption (<Category>_<Caption>).

See Also

IARCommandInfo Interface