Returns an IAgUnitPrefsDim given a Dimension
name or an index.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Item( _
ByVal IndexOrName As System.Object _
) As IAgUnitPrefsDim
|
| [C#] |
|---|
public IAgUnitPrefsDim this[
|
| [Managed C++] |
|---|
public: __property IAgUnitPrefsDim^ get_Item(
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Item(
|
| [Java] |
|---|
public IAgUnitPrefsDim getItem(
|
- IndexOrName
- The index or the dimension name.
This property is implicit in Visual
Basic.