Gets or sets the option to store intermediate results for aerodynamics calculations.
Read-write property
[Visual Basic .NET] |
---|
Public Property CacheAeroData() As Boolean |
[C#] |
---|
public bool CacheAeroData {get; set;} |
[Managed C++] |
---|
public: __property bool get_CacheAeroData(); |
[Unmanaged C++] |
---|
public: HRESULT get_CacheAeroData( VARIANT_BOOL * pVal ); public: HRESULT put_CacheAeroData( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getCacheAeroData(); public void setCacheAeroData( bool ); |