Returns an IAgUnitPrefsDim given a Dimension name or an index.
Read-only property
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgUnitPrefsDim this[ System.Object IndexOrName ] {get;} |
| [Managed C++] |
|---|
public: __property IAgUnitPrefsDim^ get_Item( VARIANT IndexOrName ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgUnitPrefsDim getItem( VARIANT IndexOrName ); |
- IndexOrName
- The index or the dimension name.
This property is implicit in Visual Basic.





