ArcObjects Library Reference  (Controls)    

ICommandPool.Created Method

Indicates if the commands OnCreate method has been called.

[Visual Basic 6.0]
Function Created(
    ByVal Command As ICommand _
) As Boolean
[Visual Basic .NET]
Public Function Created ( _
    ByVal Command As ICommand _
) As Boolean
[C#]
public bool Created (
    ICommand Command
);
[Java]
public Boolean created (
    ICommand Command
)
throws
    IOException,
    AutomationException
[C++]
HRESULT Created(
  ICommand* Command,
  VARIANT_BOOL* pVal
);
[C++]

Parameters

Command [in]

  Command is a parameter of type ICommand

pVal [out, retval]

  pVal is a parameter of type VARIANT_BOOL

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