Gets the TerrainFollow model with the given name.
[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": |
- Name