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





Windows & Linux

Description

Opt whether to use terrain data to define the runway's ground level attitude.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseRunwayTerrain() As Boolean
[C#]
public bool UseRunwayTerrain {get; set;}
[Managed C++]
public: __property bool get_UseRunwayTerrain();
public: __property void set_UseRunwayTerrain( bool );
[Unmanaged C++]
public: HRESULT get_UseRunwayTerrain(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseRunwayTerrain(
    VARIANT_BOOL inVal
);
[Java]
public bool getUseRunwayTerrain();
public void setUseRunwayTerrain(
    bool
);
[Python - STK API ]
@property
def UseRunwayTerrain(self) -> bool:

@UseRunwayTerrain.setter
def UseRunwayTerrain(self, inVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.