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