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





Description

A maximum overall magnitude

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Magnitude() As Double

[C#]
public double Magnitude {get; set;}

[Managed C++]
public: __property double get_Magnitude();
public: __property void set_Magnitude(
double
);

[Unmanaged C++]
public: HRESULT get_Magnitude(
double * pRetVal
);
public: HRESULT put_Magnitude(
double NewMagnitude
);

[Java]
public double getMagnitude();public void setMagnitude(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1