Defines a collection of TimeIntervals defined by MinimumTime and MaximumTime in Epoch Seconds, one for each point in the Polyline
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
| [Python - STK API] |
|---|
def SetTimeIntervals(self, TimeIntervals:list) -> None: |
- TimeIntervals
- The
TimeInterval s for each line segment in the polyline. There must be pair of MinimumTime/MaximumTime for each position passed to the's Set method. TimeIntervals are only accepted ifis Lines .





