AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_PerAxisYAccel(
   double NewPerAxisYAccel
);
[Java]
public double getPerAxisYAccel();public void setPerAxisYAccel(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.