AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_PerAxisXAccel(
   double NewPerAxisXAccel
);
[Java]
public double getPerAxisXAccel();public void setPerAxisXAccel(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.