STK ObjectsSend comments on this topic.
InheritScenarioEarthTemperature Property (IAgAntennaNoiseTemperature)
See Also
Windows





Windows & Linux

Description

Gets or sets the flag to inherit the scenairo earth temperature.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InheritScenarioEarthTemperature() As Boolean
[C#]
public bool InheritScenarioEarthTemperature {get; set;}
[Managed C++]
public: __property bool get_InheritScenarioEarthTemperature();
public: __property void set_InheritScenarioEarthTemperature( bool );
[Unmanaged C++]
public: HRESULT get_InheritScenarioEarthTemperature(
    VARIANT_BOOL * pVal
);
public: HRESULT put_InheritScenarioEarthTemperature(
    VARIANT_BOOL val
);
[Java]
public bool getInheritScenarioEarthTemperature();
public void setInheritScenarioEarthTemperature(
    bool
);
[Python - STK API ]
@property
def InheritScenarioEarthTemperature(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.