Click or drag to resize

CommandCollectionAdd Method

Adds an item to the collection.

Namespace: Easymap.AddIn
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public void Add(
	Command item
)

Parameters

item  Command
Remarks
Throws a InvalidOperationException if the item is already in the list.
See Also