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





Windows & Linux

Description

Constraint the slew acceleration along the direction of Y axis

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PerAxisYAccel() As Double
[C#]
public double PerAxisYAccel {get; set;}
[Managed C++]
public: __property double get_PerAxisYAccel();
public: __property void set_PerAxisYAccel( double );
[Unmanaged C++]
public: HRESULT get_PerAxisYAccel(
    double * pVal
);
public: HRESULT put_PerAxisYAccel(
    double PerAxisYAccel
);
[Java]
public double getPerAxisYAccel();
public void setPerAxisYAccel(
    double
);
[Python - STK API ]
@property
def PerAxisYAccel(self) -> float:

@PerAxisYAccel.setter
def PerAxisYAccel(self, PerAxisYAccel:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.