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





Windows & Linux

Description

Constraint the slew rate along the direction of Y axis

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PerAxisY() As Double
[C#]
public double PerAxisY {get; set;}
[Managed C++]
public: __property double get_PerAxisY();
public: __property void set_PerAxisY( double );
[Unmanaged C++]
public: HRESULT get_PerAxisY(
    double * pVal
);
public: HRESULT put_PerAxisY(
    double PerAxisY
);
[Java]
public double getPerAxisY();
public void setPerAxisY(
    double
);
[Python - STK API ]
@property
def PerAxisY(self) -> float:

@PerAxisY.setter
def PerAxisY(self, PerAxisY:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.