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





Windows & Linux

Description

B vector dotted with T vector used as the first quantity to define the B vector.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BDotTFirstBVector() As Double
[C#]
public double BDotTFirstBVector {get; set;}
[Managed C++]
public: __property double get_BDotTFirstBVector();
public: __property void set_BDotTFirstBVector( double );
[Unmanaged C++]
public: HRESULT get_BDotTFirstBVector(
    double * pVal
);
public: HRESULT put_BDotTFirstBVector(
    double newVal
);
[Java]
public double getBDotTFirstBVector();
public void setBDotTFirstBVector(
    double
);
[Python - STK API ]
@property
def BDotTFirstBVector(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.