STK ObjectsSend comments on this topic.
KneeBendFactor Property (IAgRfModelITURP8344)
See Also
Windows





Windows & Linux

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
);
[Python - STK API ]
@property
def KneeBendFactor(self) -> float:

@KneeBendFactor.setter
def KneeBendFactor(self, dblVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.