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





Description

How long before the maneuver starts the maneuver attitude. Uses Time Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_LeadDuration();
public: __property void set_LeadDuration(
double
);

[Unmanaged C++]
public: HRESULT get_LeadDuration(
double * pRetVal
);
public: HRESULT put_LeadDuration(
double NewLeadDuration
);

[Java]
public double getLeadDuration();public void setLeadDuration(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1