STK ObjectsSend 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();
[Python - STK API ]
@property
def Terrain(self) -> "IAgCentralBodyTerrainCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.