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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.