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






Windows & Linux

Description

Constraint the slew rate along the direction of Y axis

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PerAxisY() As Double
[C#]
public double PerAxisY {get; set;}
[Managed C++]
public: __property double get_PerAxisY();
public: __property void set_PerAxisY(
   double
);
[Unmanaged C++]
public: HRESULT get_PerAxisY(
   double * pRetVal
);
public: HRESULT put_PerAxisY(
   double NewPerAxisY
);
[Java]
public double getPerAxisY();public void setPerAxisY(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.