Description
Constraint the slew rate along the direction of X axis
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property PerAxisX() As Double
|
| [C#] |
|---|
public double PerAxisX {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_PerAxisX(); public: __property void set_PerAxisX(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_PerAxisX(
double * pVal
);
public: HRESULT put_PerAxisX(
double PerAxisX
);
|
| [Java] |
|---|
public double getPerAxisX();
public void setPerAxisX(
double
);
|
| [Python - STK API] |
|---|
@property
def PerAxisX(self) -> float:
@PerAxisX.setter
def PerAxisX(self, PerAxisX:float) -> None:
|
See Also