TextBatchPrimitiveOptionalParametersSetTimeIntervalDisplayConditions Method  | 
  
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic void SetTimeIntervalDisplayConditions(
	IEnumerable<TimeIntervalDisplayCondition> timeIntervals
)
Public Sub SetTimeIntervalDisplayConditions ( 
	timeIntervals As IEnumerable(Of TimeIntervalDisplayCondition)
)
public:
void SetTimeIntervalDisplayConditions(
	IEnumerable<TimeIntervalDisplayCondition^>^ timeIntervals
)
member SetTimeIntervalDisplayConditions : 
        timeIntervals : IEnumerable<TimeIntervalDisplayCondition> -> unit 
Parameters
- timeIntervals
 - Type: System.Collections.GenericIEnumerableTimeIntervalDisplayCondition
The TimeIntervalDisplayConditions for each string in the batch.
There must be one condition for each string passed to the
primitive's Set method.
 
See Also