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.0.0.0
Syntax
public void Add(
	Command item
)

Parameters

item
Type: Easymap.AddInCommand
Remarks
Throws a InvalidOperationException if the item is already in the list.
See Also