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.3.0.0
Syntax
public Command this[
	int index
] { get; set; }

Parameters

index  Int32
Index of the item in the collection

Return Value

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