STK ObjectsSend comments on this topic.
PerAxisYEnabled Property (IAgVeAttMaximumSlewRate)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_PerAxisYEnabled(
    VARIANT_BOOL PerAxisYEnabled
);
[Java]
public bool getPerAxisYEnabled();
public void setPerAxisYEnabled(
    bool
);
[Python - STK API ]
@property
def PerAxisYEnabled(self) -> bool:

@PerAxisYEnabled.setter
def PerAxisYEnabled(self, PerAxisYEnabled:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.