STK Graphics PrimitivesSend comments on this topic.
Terrain Property (IAgStkGraphicsCentralBodyGraphics)
See Also
Windows





Windows & Linux

Description

Gets the collection of TerrainOverlay associated with the Central Body in the Scene.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Terrain() As IAgStkGraphicsTerrainCollection
[C#]
public IAgStkGraphicsTerrainCollection Terrain {get;}
[Managed C++]
public: __property IAgStkGraphicsTerrainCollection ^ get_Terrain();
[Unmanaged C++]
public: HRESULT get_Terrain(
    IAgStkGraphicsTerrainCollection ** ppRetVal
);
[Java]
public IAgStkGraphicsTerrainCollection getTerrain();
[Python - STK API ]
@property
def Terrain(self) -> "IAgStkGraphicsTerrainCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.