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
TimeIntervals for each line segment in the polyline. There must be pair of MinimumTime/MaximumTime for each position passed to the Polyline Primitive'sSetmethod. TimeIntervals are only accepted if Polyline Type isLines.






