STK ObjectsSend comments on this topic.
PerAxisZAccelEnabled Property (IAgVeAttMaximumSlewAcceleration)
See Also
Windows





Windows & Linux

Description

Whether to constrain the slew acceleration along the direction of Z axis

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PerAxisZAccelEnabled() As Boolean
[C#]
public bool PerAxisZAccelEnabled {get; set;}
[Managed C++]
public: __property bool get_PerAxisZAccelEnabled();
public: __property void set_PerAxisZAccelEnabled( bool );
[Unmanaged C++]
public: HRESULT get_PerAxisZAccelEnabled(
    VARIANT_BOOL * pVal
);
public: HRESULT put_PerAxisZAccelEnabled(
    VARIANT_BOOL PerAxisZAccelEnabled
);
[Java]
public bool getPerAxisZAccelEnabled();
public void setPerAxisZAccelEnabled(
    bool
);
[Python - STK API ]
@property
def PerAxisZAccelEnabled(self) -> bool:

@PerAxisZAccelEnabled.setter
def PerAxisZAccelEnabled(self, PerAxisZAccelEnabled:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.