AGI STK Objects 11 Send comments on this topic.
BMulR Property (IAgVeVOBPlaneTargetPointPositionCartesian)
See Also 





Description

The value is a dot product of vector B and unit vector R. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BMulR() As Double

[C#]
public double BMulR {get; set;}

[Managed C++]
public: __property double get_BMulR();
public: __property void set_BMulR(
double
);

[Unmanaged C++]
public: HRESULT get_BMulR(
double * pRetVal
);
public: HRESULT put_BMulR(
double NewBMulR
);

[Java]
public double getBMulR();public void setBMulR(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1