STK Vector Geometry ToolSend 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
);
[Unmanaged C++]
public: HRESULT SetStartAndStopTimes(
    VARIANT StartTime,
    VARIANT StopTime
);
[Java]
public void setStartAndStopTimes(
    AgVariant StartTime,
    AgVariant StopTime
);
[Python - STK API ]
def SetStartAndStopTimes(self, StartTime:typing.Any, StopTime:typing.Any) -> None:

Parameters

StartTime
StopTime

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.