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






Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PerAxisZAccelEnabled() As Boolean
[C#]
public bool PerAxisZAccelEnabled {get; set;}
[Managed C++]
public: __property bool get_PerAxisZAccelEnabled();
public: __property void set_PerAxisZAccelEnabled( bool );
[Unmanaged C++]
public: HRESULT get_PerAxisZAccelEnabled(
    VARIANT_BOOL * pVal
);
public: HRESULT put_PerAxisZAccelEnabled(
    VARIANT_BOOL PerAxisZAccelEnabled
);
[Java]
public bool getPerAxisZAccelEnabled();
public void setPerAxisZAccelEnabled(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.