Description
A scalar value applied to the lift for parametric analysis.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property LiftFactor() As Double
|
| [C#] |
|---|
public double LiftFactor {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_LiftFactor(); public: __property void set_LiftFactor(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_LiftFactor(
double * pVal
);
public: HRESULT put_LiftFactor(
double newVal
);
|
| [Java] |
|---|
public double getLiftFactor();
public void setLiftFactor(
double
);
|
| [Python - STK API] |
|---|
@property
def LiftFactor(self) -> float:
@LiftFactor.setter
def LiftFactor(self, newVal:float) -> None:
|
See Also