AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_InheritScenarioEarthTemperature(
   VARIANT_BOOL NewInheritScenarioEarthTemperature
);
[Java]
public bool getInheritScenarioEarthTemperature();public void setInheritScenarioEarthTemperature(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.