PolylinePrimitiveOptionalParameters.SetTimeIntervals Method |
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic void SetTimeIntervals(
IEnumerable<TimeIntervalDisplayCondition> timeIntervals
)
Public Sub SetTimeIntervals (
timeIntervals As IEnumerable(Of TimeIntervalDisplayCondition)
)
public:
void SetTimeIntervals(
IEnumerable<TimeIntervalDisplayCondition^>^ timeIntervals
)
member SetTimeIntervals :
timeIntervals : IEnumerable<TimeIntervalDisplayCondition> -> unit
Parameters
- timeIntervals
- Type: System.Collections.Generic.IEnumerable<TimeIntervalDisplayCondition>
The TimeIntervalDisplayConditions for each line segment in the polyline.
There must be one condition for each position passed to the
primitive's Set method.
Time intervals are only accepted if
PolylineType
is Lines.
See Also