STK ObjectsSend 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 * pVal
);
public: HRESULT put_BlendingRange(
    double BlendRange
);
[Java]
public double getBlendingRange();
public void setBlendingRange(
    double
);
[Python - STK API ]
@property
def BlendingRange(self) -> float:

@BlendingRange.setter
def BlendingRange(self, BlendRange:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.