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





Description

Constraint the slew rate along the direction of X axis

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PerAxisX() As Double

[C#]
public double PerAxisX {get; set;}

[Managed C++]
public: __property double get_PerAxisX();
public: __property void set_PerAxisX(
double
);

[Unmanaged C++]
public: HRESULT get_PerAxisX(
double * pRetVal
);
public: HRESULT put_PerAxisX(
double NewPerAxisX
);

[Java]
public double getPerAxisX();public void setPerAxisX(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1