AGI STK Objects 11 Send comments on this topic.
PerAxisYAccel Property (IAgVeAttMaximumSlewAcceleration)
See Also 





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 * pRetVal
);
public: HRESULT put_PerAxisYAccel(
double NewPerAxisYAccel
);

[Java]
public double getPerAxisYAccel();public void setPerAxisYAccel(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1