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 IncludeIntervalStopTimes
);
|
| [Java] |
|---|
public bool getIncludeIntervalStopTimes();
public void setIncludeIntervalStopTimes(
bool
);
|
| [Python - STK API] |
|---|
@property
def IncludeIntervalStopTimes(self) -> bool:
@IncludeIntervalStopTimes.setter
def IncludeIntervalStopTimes(self, IncludeIntervalStopTimes:bool) -> None:
|
See Also