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






Windows & Linux

Description

Constraint the slew rate along the direction of Z axis

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PerAxisZ() As Double
[C#]
public double PerAxisZ {get; set;}
[Managed C++]
public: __property double get_PerAxisZ();
public: __property void set_PerAxisZ( double );
[Unmanaged C++]
public: HRESULT get_PerAxisZ(
    double * pVal
);
public: HRESULT put_PerAxisZ(
    double PerAxisZ
);
[Java]
public double getPerAxisZ();
public void setPerAxisZ(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.