Description
Used to compute the distance to the knee bend point of the refracted path. Dimensionless.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property KneeBendFactor() As Double
|
| [C#] |
|---|
public double KneeBendFactor {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_KneeBendFactor(); public: __property void set_KneeBendFactor(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_KneeBendFactor(
double * pVal
);
public: HRESULT put_KneeBendFactor(
double dblVal
);
|
| [Java] |
|---|
public double getKneeBendFactor();
public void setKneeBendFactor(
double
);
|
See Also