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





Description

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

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_PerAxisZEnabled();
public: __property void set_PerAxisZEnabled(
bool
);

[Unmanaged C++]
public: HRESULT get_PerAxisZEnabled(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_PerAxisZEnabled(
VARIANT_BOOL NewPerAxisZEnabled
);

[Java]
public bool getPerAxisZEnabled();public void setPerAxisZEnabled(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1