AGI STK Graphics 11 Send comments on this topic.
SetTimeIntervalDisplayConditions Method (IAgStkGraphicsMarkerBatchPrimitiveOptionalParameters)
See Also 
TimeIntervals
The TimeIntervalDisplayConditions for each marker in the batch. There must be one condition for each marker passed to the Marker Batch Primitive's Set method.





Description

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

Syntax

[Visual Basic .NET]
Public Sub SetTimeIntervalDisplayConditions( _
   ByRef TimeIntervals As System.Array _
) 

[C#]
public void SetTimeIntervalDisplayConditions(
ref System.Array TimeIntervals
);

[Managed C++]
public: void SetTimeIntervalDisplayConditions(
System::Array ^^ TimeIntervals
);

[Java]
public  setTimeIntervalDisplayConditions(
Object[] TimeIntervals
);

[Unmanaged C++]
public: HRESULT SetTimeIntervalDisplayConditions(
SAFEARRAY ** TimeIntervals
);

Parameters

TimeIntervals
The TimeIntervalDisplayConditions for each marker in the batch. There must be one condition for each marker passed to the Marker Batch Primitive's Set method.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1