STK AviatorSend comments on this topic.
TerrainFollow Property (IAgAvtrAircraft)
See Also
Windows





Windows & Linux

Description

Get the TerrainFollow interface.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property TerrainFollow() As IAgAvtrAircraftTerrainFollow
[C#]
public IAgAvtrAircraftTerrainFollow TerrainFollow {get;}
[Managed C++]
public: __property IAgAvtrAircraftTerrainFollow ^ get_TerrainFollow();
[Unmanaged C++]
public: HRESULT get_TerrainFollow(
    IAgAvtrAircraftTerrainFollow ** ppTerrainFollow
);
[Java]
public IAgAvtrAircraftTerrainFollow getTerrainFollow();
[Python - STK API ]
@property
def TerrainFollow(self) -> "IAgAvtrAircraftTerrainFollow":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.