AGI STK Objects 11 Send comments on this topic.
StopTime Property (IAgVePropagatorSPICE)
See Also 





Description

This property is deprecated. Use EphemerisInterval to configure the propagation interval. Stop time. Uses DateFormat Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StopTime() As System.Object

[C#]
public System.Object StopTime {get; set;}

[Managed C++]
public: __property VARIANT get_StopTime();
public: __property void set_StopTime(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_StopTime(
VARIANT * pRetVal
);
public: HRESULT put_StopTime(
VARIANT NewStopTime
);

[Java]
public Variant getStopTime();public void setStopTime(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1