STK AviatorSend comments on this topic.
UseNonStandardAtmosphere Property (IAgAvtrAtmosphereModelBasic)
See Also
Windows





Windows & Linux

Description

Opt whether to use non standard atmosphere conditions.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseNonStandardAtmosphere() As Boolean
[C#]
public bool UseNonStandardAtmosphere {get; set;}
[Managed C++]
public: __property bool get_UseNonStandardAtmosphere();
public: __property void set_UseNonStandardAtmosphere( bool );
[Unmanaged C++]
public: HRESULT get_UseNonStandardAtmosphere(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseNonStandardAtmosphere(
    VARIANT_BOOL newVal
);
[Java]
public bool getUseNonStandardAtmosphere();
public void setUseNonStandardAtmosphere(
    bool
);
[Python - STK API ]
@property
def UseNonStandardAtmosphere(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.