Gets an IAgAccessCnstrZone interface using an index.
Read-only property
[Visual Basic .NET] |
---|
Public Property Item( _ ByVal Index As Integer _ ) As IAgAccessCnstrZone |
[C#] |
---|
public IAgAccessCnstrZone this[ int Index ] {get;} |
[Managed C++] |
---|
public: __property IAgAccessCnstrZone^ get_Item( int Index ); |
[Unmanaged C++] |
---|
public: HRESULT get_Item( long Index, IAgAccessCnstrZone* ppRetVal ); |
[Java] |
---|
public IAgAccessCnstrZone getItem( int Index ); |
[Python - STK API ] |
---|
@property def Item(self) -> "IAgAccessCnstrZone": |
- Index