Opt whether to use non standard atmosphere conditions.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseNonStandardAtmosphere() As Boolean |
[C#] |
---|
public bool UseNonStandardAtmosphere {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseNonStandardAtmosphere(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseNonStandardAtmosphere( VARIANT_BOOL * pRetVal ); public: HRESULT put_UseNonStandardAtmosphere( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getUseNonStandardAtmosphere(); public void setUseNonStandardAtmosphere( bool ); |