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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.