This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IC > ICommandPool Interface > ICommandPool.Exists Method (ArcObjects .NET 10.5 SDK) |
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,
VARIANT_BOOL* res
);
[C++]
Parameters Command [in]
Command is a parameter of type ICommand res [out, retval] res is a parameter of type VARIANT_BOOL
Indicates whether the specified command exists in the CommandPool.