AGI STK Objects 11 Send 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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface