AGI STK VGT 11 Send comments on this topic.
SetIntervals Method (IAgCrdnEventIntervalListFixed)
See Also 
Intervals





Description

Set interval list from intervals with explicitly specified start and stop times. The method takes a one-dimensional array which elements are 2-tuples of intervals' start/stop times converted according to the current unit preferences.

Syntax

[Visual Basic .NET]
Public Sub SetIntervals( _
   ByRef Intervals As System.Array _
) 

[C#]
public void SetIntervals(
ref System.Array Intervals
);

[Managed C++]
public: void SetIntervals(
System::Array ^^ Intervals
);

[Java]
public  setIntervals(
Object[] Intervals
);

[Unmanaged C++]
public: HRESULT SetIntervals(
SAFEARRAY ** Intervals
);

Parameters

Intervals

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1