AGI STK Astrogator 11 Send comments on this topic.
TrailDuration Property (IAgVAAttitudeControl)
See Also 





Description

How long to maintain that attitude after the maneuver. Uses Time Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TrailDuration() As Double

[C#]
public double TrailDuration {get; set;}

[Managed C++]
public: __property double get_TrailDuration();
public: __property void set_TrailDuration(
double
);

[Unmanaged C++]
public: HRESULT get_TrailDuration(
double * pRetVal
);
public: HRESULT put_TrailDuration(
double NewTrailDuration
);

[Java]
public double getTrailDuration();public void setTrailDuration(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1