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.
Windows






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface