Defines a collection of TimeIntervalDisplayConditions,
one for each marker in the batch.
[Visual Basic .NET] |
---|
Public Sub SetTimeIntervalDisplayConditions( _
ByRef TimeIntervals As System.Array _
)
|
[C#] |
---|
public void SetTimeIntervalDisplayConditions(
|
[Managed C++] |
---|
public: void SetTimeIntervalDisplayConditions(
|
[Java] |
---|
public setTimeIntervalDisplayConditions(
|
[Unmanaged C++] |
---|
public: HRESULT SetTimeIntervalDisplayConditions(
|
- TimeIntervals
- The
TimeIntervalDisplayCondition
s for each marker in the batch. There must be one condition for each marker passed to the Marker Batch Primitive'sSet
method.