AGI STK Objects 11Send comments on this topic.
Terrain Property (IAgScenario)
See Also
Windows






Windows & Linux

Description

Returns a list of central bodies and their terrains.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Terrain() As IAgCentralBodyTerrainCollection
[C#]
public IAgCentralBodyTerrainCollection Terrain {get;}
[Managed C++]
public: __property IAgCentralBodyTerrainCollection ^ get_Terrain();
[Unmanaged C++]
public: HRESULT get_Terrain(
    IAgCentralBodyTerrainCollection ** ppRetVal
);
[Java]
public IAgCentralBodyTerrainCollection getTerrain();

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.