STK AviatorSend comments on this topic.
TFTerrainWindow Property (IAgAvtrRotorcraft)
See Also
Windows





Windows & Linux

Description

Gets or sets the time interval over which terrain points are sampled when the rotorcraft is engaged in terrain following flight.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TFTerrainWindow() As Double
[C#]
public double TFTerrainWindow {get; set;}
[Managed C++]
public: __property double get_TFTerrainWindow();
public: __property void set_TFTerrainWindow( double );
[Unmanaged C++]
public: HRESULT get_TFTerrainWindow(
    double * pVal
);
public: HRESULT put_TFTerrainWindow(
    double newVal
);
[Java]
public double getTFTerrainWindow();
public void setTFTerrainWindow(
    double
);
[Python - STK API ]
@property
def TFTerrainWindow(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.