Click or drag to resize

CommandCollectionAdd Method

Adds an item to the collection.

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