STK AviatorSend comments on this topic.
GetTerrainFollowByName Method (IAgAvtrAircraftTerrainFollow)
See Also
Name
Windows





Windows & Linux

Description

Gets the TerrainFollow model with the given name.

Syntax

[Visual Basic .NET]
Public Function GetTerrainFollowByName( _
    ByVal Name As String _
) As IAgAvtrAircraftTerrainFollowModel
[C#]
public IAgAvtrAircraftTerrainFollowModel GetTerrainFollowByName(
    string Name
);
[Managed C++]
public: IAgAvtrAircraftTerrainFollowModel^ GetTerrainFollowByName(
    String __gc ^ Name
);
[Unmanaged C++]
public: HRESULT GetTerrainFollowByName(
    BSTR Name,
    IAgAvtrAircraftTerrainFollowModel ** ppTerrainFollowModel
);
[Java]
public IAgAvtrAircraftTerrainFollowModel getTerrainFollowByName(
    String Name
);
[Python - STK API ]
def GetTerrainFollowByName(self, Name:str) -> "IAgAvtrAircraftTerrainFollowModel":

Parameters

Name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.