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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.