Description
The scale factor to be used during density calculations. Dimensionless.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property DensityWeighingFactor() As Double
|
| [C#] |
|---|
public double DensityWeighingFactor {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_DensityWeighingFactor(); public: __property void set_DensityWeighingFactor(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_DensityWeighingFactor(
double * pVal
);
public: HRESULT put_DensityWeighingFactor(
double DensityWeighingFactor
);
|
| [Java] |
|---|
public double getDensityWeighingFactor();
public void setDensityWeighingFactor(
double
);
|
See Also