ArcObjects Library Reference (Controls)  

ICommandPool.Exists Method

Indicates if the given command exists in the command pool.

ERROR: Syntax information about ICommandPool.Exists may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Controls.dll

[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

Product Availability

Available with ArcGIS Engine.

Description

Indicates whether the specified command exists in the CommandPool.

See Also

ICommandPool Interface