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