Allows the user to iterate through the properties.
Read-only property
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgPropertyInfo this[ System.Object IndexOrName ] {get;} |
| [Managed C++] |
|---|
public: __property IAgPropertyInfo^ get_Item( VARIANT IndexOrName ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgPropertyInfo getItem( AgVariant IndexOrName ); |
[Python - STK API ] |
|---|
@property def Item(self) -> "IAgPropertyInfo": |
- IndexOrName






