Description
Whether to constrain the slew rate along the direction of Z axis
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property PerAxisZEnabled() As Boolean
|
[C#] |
---|
public bool PerAxisZEnabled {get; set;}
|
[Managed C++] |
---|
public: __property bool get_PerAxisZEnabled(); public: __property void set_PerAxisZEnabled(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_PerAxisZEnabled(
VARIANT_BOOL * pVal
);
public: HRESULT put_PerAxisZEnabled(
VARIANT_BOOL PerAxisZEnabled
);
|
[Java] |
---|
public bool getPerAxisZEnabled();
public void setPerAxisZEnabled(
bool
);
|
[Python - STK API] |
---|
@property
def PerAxisZEnabled(self) -> bool:
@PerAxisZEnabled.setter
def PerAxisZEnabled(self, PerAxisZEnabled:bool) -> None:
|
See Also