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