STK AstrogatorSend comments on this topic.
DensityBlendingAltRange Property (IAgVABlendedDensity)
See Also
Windows





Windows & Linux

Description

The blending range (distance dimension), begins at lower bound of upper model.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DensityBlendingAltRange() As Double
[C#]
public double DensityBlendingAltRange {get; set;}
[Managed C++]
public: __property double get_DensityBlendingAltRange();
public: __property void set_DensityBlendingAltRange( double );
[Unmanaged C++]
public: HRESULT get_DensityBlendingAltRange(
    double * pVal
);
public: HRESULT put_DensityBlendingAltRange(
    double InVal
);
[Java]
public double getDensityBlendingAltRange();
public void setDensityBlendingAltRange(
    double
);
[Python - STK API ]
@property
def DensityBlendingAltRange(self) -> float:

@DensityBlendingAltRange.setter
def DensityBlendingAltRange(self, InVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.