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


IARCommandInfo Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARCommandInfo Interface
ArcGIS Developer Help

IARCommandInfo Interface

Provides access to members that control the ARCommandInfo.

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The IARCommandInfo interface is a starting point for getting properties about the built-in tools.

Members

Name Description
Read-only property Bitmap The bitmap used as an icon by the command.
Read-only property Caption The caption of the command.
Read-only property Category The category the command is associated with.
Read-only property Checked Indicates if the command is checked.
Read-only property Enabled Indicates if the command is enabled.
Read-only property HelpContextID The help context ID associated with the command.
Read-only property HelpFile The name of the help file associated with the command.
Read-only property Message The message of the command.
Read-only property Name The name of the command.
Read-only property Tooltip The tooltip of the command.

Classes that implement IARCommandInfo

Classes Description
ARCommandInfo ARCommandInfo object.