STK ObjectsSend comments on this topic.
Item Property (IAgScheduleTimeCollection)
See Also
Index
Windows





Windows & Linux

Description

Retrieves and IAgScheduleTime interface given an index.

Property type

Read-only property

Syntax

[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":

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.