STK AstrogatorSend 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 * pVal
);
public: HRESULT put_AllowNegativeSphericalMagnitude(
    VARIANT_BOOL newVal
);
[Java]
public bool getAllowNegativeSphericalMagnitude();
public void setAllowNegativeSphericalMagnitude(
    bool
);
[Python - STK API ]
@property
def AllowNegativeSphericalMagnitude(self) -> bool:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.