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( AgVariant IndexOrName ); |
[Python - STK API ] |
|---|
@property def Item(self) -> "IAgUnitPrefsDim": |
- IndexOrName
- The index or the dimension name.
This property is implicit in Visual Basic.






