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


ICommandPool.Exists Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IC > ICommandPool Interface > ICommandPool.Exists Method
ArcGIS Developer Help

ICommandPool.Exists Method

Indicates if the given command exists in the command pool.

[Visual Basic .NET]
Public Function Exists ( _
    ByVal Command As ICommand _
) As Boolean
[C#]
public bool Exists (
    ICommand Command
);
[C++]
HRESULT Exists(
  ICommand* Command
);
[C++]
Parameters
Command [in]

Command is a parameter of type ICommand*

Product Availability

Available with ArcGIS Engine.

Description

Indicates whether the specified command exists in the CommandPool.

See Also

ICommandPool Interface