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 * pVal
);
public: HRESULT put_TrailDuration(
double newVal
);
|
[Java] |
---|
public double getTrailDuration();
public void setTrailDuration(
double
);
|
[Python - STK API] |
---|
@property
def TrailDuration(self) -> float:
@TrailDuration.setter
def TrailDuration(self, newVal:float) -> None:
|
See Also