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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface