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 * pRetVal
);
public: HRESULT put_DensityBlendingAltRange(
double NewDensityBlendingAltRange
);
|
[Java] |
public double getDensityBlendingAltRange();public void setDensityBlendingAltRange(
double
);
|
See Also