STK Vector Geometry ToolSend 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
);
[Unmanaged C++]
public: HRESULT SetStartAndStopEpochs(
    IAgCrdnEventSmartEpoch * RefStartEpoch,
    IAgCrdnEventSmartEpoch * RefStopEpoch
);
[Java]
public void setStartAndStopEpochs(
    IAgCrdnEventSmartEpoch RefStartEpoch,
    IAgCrdnEventSmartEpoch RefStopEpoch
);
[Python - STK API ]
def SetStartAndStopEpochs(self, RefStartEpoch:"IAgCrdnEventSmartEpoch", RefStopEpoch:"IAgCrdnEventSmartEpoch") -> None:

Parameters

RefStartEpoch
RefStopEpoch

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.