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






Windows & Linux

Description

Atmospheric blending range: measured from the lower extent of the upper atmospheric model. Uses distance dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BlendingRange() As Double

[C#]
public double BlendingRange {get; set;}

[Managed C++]
public: __property double get_BlendingRange();
public: __property void set_BlendingRange(
double
);

[Unmanaged C++]
public: HRESULT get_BlendingRange(
double * pRetVal
);
public: HRESULT put_BlendingRange(
double NewBlendingRange
);

[Java]
public double getBlendingRange();public void setBlendingRange(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface