STK AviatorSend comments on this topic.
DeparturePointRange Property (IAgAvtrTakeoffDeparturePoint)
See Also
Windows





Windows & Linux

Description

Gets or sets the downrange distance the aircraft will travel when departing the runway.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DeparturePointRange() As Double
[C#]
public double DeparturePointRange {get; set;}
[Managed C++]
public: __property double get_DeparturePointRange();
public: __property void set_DeparturePointRange( double );
[Unmanaged C++]
public: HRESULT get_DeparturePointRange(
    double * pRetVal
);
public: HRESULT put_DeparturePointRange(
    double inVal
);
[Java]
public double getDeparturePointRange();
public void setDeparturePointRange(
    double
);
[Python - STK API ]
@property
def DeparturePointRange(self) -> float:

@DeparturePointRange.setter
def DeparturePointRange(self, inVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.