Click or drag to resize

MarkerBatchPrimitiveOptionalParametersSetTimeIntervalDisplayConditions Method

Defines a collection of TimeIntervalDisplayConditions, one for each marker in the batch.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void SetTimeIntervalDisplayConditions(
	IEnumerable<TimeIntervalDisplayCondition> timeIntervals
)

Parameters

timeIntervals
Type: System.Collections.GenericIEnumerableTimeIntervalDisplayCondition
The TimeIntervalDisplayConditions for each marker in the batch. There must be one condition for each marker passed to the primitive's Set method.
See Also