AGI STK VGT 11 Send comments on this topic.
IncludeIntervalStopTimes Property (IAgCrdnEventArrayFiltered)
See Also 
Windows






Windows & Linux

Description

If set to true, includes stop times of each interval from original time array.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IncludeIntervalStopTimes() As Boolean

[C#]
public bool IncludeIntervalStopTimes {get; set;}

[Managed C++]
public: __property bool get_IncludeIntervalStopTimes();
public: __property void set_IncludeIntervalStopTimes(
bool
);

[Unmanaged C++]
public: HRESULT get_IncludeIntervalStopTimes(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IncludeIntervalStopTimes(
VARIANT_BOOL NewIncludeIntervalStopTimes
);

[Java]
public bool getIncludeIntervalStopTimes();public void setIncludeIntervalStopTimes(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface