AGI STK VGT 11Send comments on this topic.
SetStartAndStopTimes Method (IAgCrdnEventIntervalSmartInterval)
See Also 
StartTime
StopTime
Windows






Windows & Linux

Description

Sets the interval's start and stop epochs as explicit times. Exception is thrown if specified start time is greater than stop time.

Syntax

[Visual Basic .NET]
Public Sub SetStartAndStopTimes( _
   ByVal StartTime As System.Object, _
   ByVal StopTime As System.Object _
) 
[C#]
public void SetStartAndStopTimes(
   System.Object StartTime,
   System.Object StopTime
);
[Managed C++]
public: void SetStartAndStopTimes(
   VARIANT StartTime,
   VARIANT StopTime
);
[Java]
public  setStartAndStopTimes(
   Variant StartTime,
   Variant StopTime
);
[Unmanaged C++]
public: HRESULT SetStartAndStopTimes(
   VARIANT StartTime,
   VARIANT StopTime
);

Parameters

StartTime
StopTime

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.