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


ICommandPool.Created 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.Created Method
ArcGIS Developer Help

ICommandPool.Created Method

Indicates if the commands OnCreate method has been called.

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

Command is a parameter of type ICommand*

Product Availability

Available with ArcGIS Engine.

Description

Indicates if the specified command's ICommand::OnCreate method has been called.

Errors Returned

1036 800a040c: The supplied command does not exist in command pool

See Also

ICommandPool Interface