Description
The reference load factor.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property RefLoadFactor() As Double
|
| [C#] |
|---|
public double RefLoadFactor {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_RefLoadFactor(); public: __property void set_RefLoadFactor(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_RefLoadFactor(
double * pVal
);
public: HRESULT put_RefLoadFactor(
double newVal
);
|
| [Java] |
|---|
public double getRefLoadFactor();
public void setRefLoadFactor(
double
);
|
| [Python - STK API] |
|---|
@property
def RefLoadFactor(self) -> float:
@RefLoadFactor.setter
def RefLoadFactor(self, newVal:float) -> None:
|
See Also