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






Windows & Linux

Description

Constraint the slew acceleration along the direction of Z axis

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PerAxisZAccel() As Double
[C#]
public double PerAxisZAccel {get; set;}
[Managed C++]
public: __property double get_PerAxisZAccel();
public: __property void set_PerAxisZAccel(
   double
);
[Unmanaged C++]
public: HRESULT get_PerAxisZAccel(
   double * pRetVal
);
public: HRESULT put_PerAxisZAccel(
   double NewPerAxisZAccel
);
[Java]
public double getPerAxisZAccel();public void setPerAxisZAccel(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.