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





Windows & Linux

Description

Constraint the slew acceleration along the direction of X axis

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PerAxisXAccel() As Double
[C#]
public double PerAxisXAccel {get; set;}
[Managed C++]
public: __property double get_PerAxisXAccel();
public: __property void set_PerAxisXAccel( double );
[Unmanaged C++]
public: HRESULT get_PerAxisXAccel(
    double * pVal
);
public: HRESULT put_PerAxisXAccel(
    double PerAxisXAccel
);
[Java]
public double getPerAxisXAccel();
public void setPerAxisXAccel(
    double
);
[Python - STK API ]
@property
def PerAxisXAccel(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.