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: 12.0.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