Click or drag to resize

CommandCollectionExecuteCommand Method

Executes the specified Command.

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

Parameters

doc  Document
The referenced Document
item  Command
The Command from the CommandCollection
See Also