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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PerAxisYAccelEnabled() As Boolean
[C#]
public bool PerAxisYAccelEnabled {get; set;}
[Managed C++]
public: __property bool get_PerAxisYAccelEnabled();
public: __property void set_PerAxisYAccelEnabled( bool );
[Unmanaged C++]
public: HRESULT get_PerAxisYAccelEnabled(
    VARIANT_BOOL * pVal
);
public: HRESULT put_PerAxisYAccelEnabled(
    VARIANT_BOOL PerAxisYAccelEnabled
);
[Java]
public bool getPerAxisYAccelEnabled();
public void setPerAxisYAccelEnabled(
    bool
);
[Python - STK API ]
@property
def PerAxisYAccelEnabled(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.