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