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





Description

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

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_PerAxisYEnabled();
public: __property void set_PerAxisYEnabled(
bool
);

[Unmanaged C++]
public: HRESULT get_PerAxisYEnabled(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_PerAxisYEnabled(
VARIANT_BOOL NewPerAxisYEnabled
);

[Java]
public bool getPerAxisYEnabled();public void setPerAxisYEnabled(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1