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





Description

Set the interval's start and the stop times changes the interval's state to explicit.

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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1