STK ObjectsSend comments on this topic.
UseTerrainServerForAnalysis Property (IAgScenario)
See Also
Windows





Windows & Linux

Description

Whether STK uses the Terrain Server for analysis.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseTerrainServerForAnalysis() As Boolean
[C#]
public bool UseTerrainServerForAnalysis {get; set;}
[Managed C++]
public: __property bool get_UseTerrainServerForAnalysis();
public: __property void set_UseTerrainServerForAnalysis( bool );
[Unmanaged C++]
public: HRESULT get_UseTerrainServerForAnalysis(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseTerrainServerForAnalysis(
    VARIANT_BOOL UseTerrainServerForAnalysis
);
[Java]
public bool getUseTerrainServerForAnalysis();
public void setUseTerrainServerForAnalysis(
    bool
);
[Python - STK API ]
@property
def UseTerrainServerForAnalysis(self) -> bool:

@UseTerrainServerForAnalysis.setter
def UseTerrainServerForAnalysis(self, UseTerrainServerForAnalysis:bool) -> None:

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.