STK AstrogatorSend comments on this topic.
LeadDuration Property (IAgVAAttitudeControl)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_LeadDuration(
    double newVal
);
[Java]
public double getLeadDuration();
public void setLeadDuration(
    double
);
[Python - STK API ]
@property
def LeadDuration(self) -> float:

@LeadDuration.setter
def LeadDuration(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.