Click or drag to resize

CommandCollectionItem Property

Get; Returns the Command item at the specified index.

Namespace:  Easymap.AddIn
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public Command this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
Index of the item in the collection

Return Value

Type: Command
Command
Remarks
Setting this property is not allowed and results in a NotSupportedException
See Also