AGI STK Astrogator 11 Send comments on this topic.
AllowNegativeSphericalMagnitude Property (IAgVAAttitudeControlImpulsiveThrustVector)
See Also 
Windows






Windows & Linux

Description

True if the spherical magnitude should be allowed to be less than zero.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_AllowNegativeSphericalMagnitude();
public: __property void set_AllowNegativeSphericalMagnitude(
bool
);

[Unmanaged C++]
public: HRESULT get_AllowNegativeSphericalMagnitude(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_AllowNegativeSphericalMagnitude(
VARIANT_BOOL NewAllowNegativeSphericalMagnitude
);

[Java]
public bool getAllowNegativeSphericalMagnitude();public void setAllowNegativeSphericalMagnitude(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface