AGI STK VGT 11Send comments on this topic.
SetStartAndStopEpochs Method (IAgCrdnEventIntervalSmartInterval)
See Also 
RefStartEpoch
RefStopEpoch
Windows






Windows & Linux

Description

Sets the interval's start and stop epochs as two smart epoch components. Exception is thrown if specified start time is greater than stop time.

Syntax

[Visual Basic .NET]
Public Sub SetStartAndStopEpochs( _
   ByVal RefStartEpoch As IAgCrdnEventSmartEpoch, _
   ByVal RefStopEpoch As IAgCrdnEventSmartEpoch _
) 
[C#]
public void SetStartAndStopEpochs(
   IAgCrdnEventSmartEpoch RefStartEpoch,
   IAgCrdnEventSmartEpoch RefStopEpoch
);
[Managed C++]
public: void SetStartAndStopEpochs(
   IAgCrdnEventSmartEpoch ^ RefStartEpoch,
   IAgCrdnEventSmartEpoch ^ RefStopEpoch
);
[Java]
public  setStartAndStopEpochs(
   IAgCrdnEventSmartEpoch RefStartEpoch,
   IAgCrdnEventSmartEpoch RefStopEpoch
);
[Unmanaged C++]
public: HRESULT SetStartAndStopEpochs(
   IAgCrdnEventSmartEpoch * RefStartEpoch,
   IAgCrdnEventSmartEpoch * RefStopEpoch
);

Parameters

RefStartEpoch
RefStopEpoch

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.