Click or drag to resize

CommandCollectionExecuteCommand Method

Executes the specified Command.

Namespace:  Easymap.AddIn
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public void ExecuteCommand(
	Document doc,
	Command item
)

Parameters

doc
Type: Easymap.AddInDocument
The referenced Document
item
Type: Easymap.AddInCommand
The Command from the CommandCollection
See Also