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