AGI STK Objects 11Send comments on this topic.
UseApproxAlt Property (IAgVeHPOPForceModelDragOptions)
See Also 
Windows






Windows & Linux

Description

Opt whether to have the drag model use an approximate expression to determine altitude, instead of finding the exact altitude, when computing density.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseApproxAlt() As Boolean
[C#]
public bool UseApproxAlt {get; set;}
[Managed C++]
public: __property bool get_UseApproxAlt();
public: __property void set_UseApproxAlt(
   bool
);
[Unmanaged C++]
public: HRESULT get_UseApproxAlt(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseApproxAlt(
   VARIANT_BOOL NewUseApproxAlt
);
[Java]
public bool getUseApproxAlt();
public void setUseApproxAlt(
   bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.