AGI STK Objects 11 Send comments on this topic.
ListOfIntervals Property (IAgAccessTimeEventIntervals)
See Also 





Description

A list of timeline intervals used to define a list of allowed access intervals.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ListOfIntervals() As IAgCrdnEventIntervalList

[C#]
public IAgCrdnEventIntervalList ListOfIntervals {get; set;}

[Managed C++]
public: __property IAgCrdnEventIntervalList^ get_ListOfIntervals();
public: __property void set_ListOfIntervals(
IAgCrdnEventIntervalList ^
);

[Unmanaged C++]
public: HRESULT get_ListOfIntervals(
IAgCrdnEventIntervalList ** ppRetVal
);
public: HRESULT put_ListOfIntervals(
IAgCrdnEventIntervalList * pNewListOfIntervals
);

[Java]
public IAgCrdnEventIntervalList getListOfIntervals();public void setListOfIntervals(
IAgCrdnEventIntervalList
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1