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





Windows & Linux

Description

B vector dotted with R vector.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BDotRFirstBVector() As Double
[C#]
public double BDotRFirstBVector {get; set;}
[Managed C++]
public: __property double get_BDotRFirstBVector();
public: __property void set_BDotRFirstBVector( double );
[Unmanaged C++]
public: HRESULT get_BDotRFirstBVector(
    double * pVal
);
public: HRESULT put_BDotRFirstBVector(
    double newVal
);
[Java]
public double getBDotRFirstBVector();
public void setBDotRFirstBVector(
    double
);
[Python - STK API ]
@property
def BDotRFirstBVector(self) -> float:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.