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





Description

Sets the interval's start and stop epochs as two smart epoch components.

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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1