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





Description

Whether to constrain the slew rate along the direction of X axis

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PerAxisXEnabled() As Boolean

[C#]
public bool PerAxisXEnabled {get; set;}

[Managed C++]
public: __property bool get_PerAxisXEnabled();
public: __property void set_PerAxisXEnabled(
bool
);

[Unmanaged C++]
public: HRESULT get_PerAxisXEnabled(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_PerAxisXEnabled(
VARIANT_BOOL NewPerAxisXEnabled
);

[Java]
public bool getPerAxisXEnabled();public void setPerAxisXEnabled(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1