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





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 * pRetVal
);
public: HRESULT put_PerAxisZAccelEnabled(
VARIANT_BOOL NewPerAxisZAccelEnabled
);

[Java]
public bool getPerAxisZAccelEnabled();public void setPerAxisZAccelEnabled(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1