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





Description

Whether to constrain the slew acceleration along the direction of Y axis

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_PerAxisYAccelEnabled();
public: __property void set_PerAxisYAccelEnabled(
bool
);

[Unmanaged C++]
public: HRESULT get_PerAxisYAccelEnabled(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_PerAxisYAccelEnabled(
VARIANT_BOOL NewPerAxisYAccelEnabled
);

[Java]
public bool getPerAxisYAccelEnabled();public void setPerAxisYAccelEnabled(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1