Returns the specific item in the collection given a unit identifier or an index.
Read-only property
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgUnitPrefsUnit this[ System.Object IndexOrName ] {get;} |
| [Managed C++] |
|---|
public: __property IAgUnitPrefsUnit^ get_Item( VARIANT IndexOrName ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgUnitPrefsUnit getItem( VARIANT IndexOrName ); |
- IndexOrName
- The Index or Unit abbreviation to get.
This property is implicit in Visual Basic.





