ArcObjects Library Reference (Framework)  

IAcceleratorTable.Item Property

The accelerator object at the specified index.

[Visual Basic .NET]
Public Function get_Item ( _
    ByVal Index As Integer _
) As IAccelerator
[C#]
public IAccelerator get_Item (
    int Index
);

Product Availability

Available with ArcGIS Desktop.

Description


Index specifies the index number of an accelerator in the accelerator table.

See Also

IAcceleratorTable Interface | IAccelerator Interface