AGI STK VGT 11Send comments on this topic.
SetExplicitInterval Method (IAgCrdnEventIntervalSmartInterval)
See Also  Example
Start
Stop
Windows






Windows & Linux

Description

Set the interval's start and the stop times changes the interval's state to explicit. Exception is thrown if specified start time is greater than stop time.

Syntax

[Visual Basic .NET]
Public Sub SetExplicitInterval( _
   ByVal Start As System.Object, _
   ByVal Stop As System.Object _
) 
[C#]
public void SetExplicitInterval(
   System.Object Start,
   System.Object Stop
);
[Managed C++]
public: void SetExplicitInterval(
   VARIANT Start,
   VARIANT Stop
);
[Java]
public  setExplicitInterval(
   Variant Start,
   Variant Stop
);
[Unmanaged C++]
public: HRESULT SetExplicitInterval(
   VARIANT Start,
   VARIANT Stop
);

Parameters

Start
Stop

Example

Sets the start and stop epoch time with smart epochs.
[C#]Copy Code
smartInterval.SetExplicitInterval("Today""Tomorrow"); 
 

Sets the start and stop epoch time with smart epochs.
[Visual Basic .NET]Copy Code
smartInterval.SetExplicitInterval("Today", "Tomorrow")

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.