STK AviatorSend comments on this topic.
MaxDistance Property (IAgAvtrBasicManeuverStrategyWeave)
See Also
Windows





Windows & Linux

Description

Gets or sets the maximum ground distance the aircraft will travel while performing the weave cyces.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxDistance() As Double
[C#]
public double MaxDistance {get; set;}
[Managed C++]
public: __property double get_MaxDistance();
public: __property void set_MaxDistance( double );
[Unmanaged C++]
public: HRESULT get_MaxDistance(
    double * pVal
);
public: HRESULT put_MaxDistance(
    double newVal
);
[Java]
public double getMaxDistance();
public void setMaxDistance(
    double
);
[Python - STK API ]
@property
def MaxDistance(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.