Click or drag to resize

CommandCollectionExecuteCommand Method

Executes the specified Command.

Namespace:  Easymap.AddIn
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.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