STK AstrogatorSend comments on this topic.
BMagSecondBVector Property (IAgVAElementBPlane)
See Also
Windows





Windows & Linux

Description

Magnitude of the B vector used as the second quantity to define the B vector.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BMagSecondBVector() As Double
[C#]
public double BMagSecondBVector {get; set;}
[Managed C++]
public: __property double get_BMagSecondBVector();
public: __property void set_BMagSecondBVector( double );
[Unmanaged C++]
public: HRESULT get_BMagSecondBVector(
    double * pVal
);
public: HRESULT put_BMagSecondBVector(
    double newVal
);
[Java]
public double getBMagSecondBVector();
public void setBMagSecondBVector(
    double
);
[Python - STK API ]
@property
def BMagSecondBVector(self) -> float:

@BMagSecondBVector.setter
def BMagSecondBVector(self, newVal:float) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.