AGI STK Objects 11 Send comments on this topic.
BMag Property (IAgVeVOBPlaneTargetPointPositionPolar)
See Also 





Description

The magnitude of B vector. For more information see "B-Plane Targeting". Uses Distance Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_BMag();
public: __property void set_BMag(
double
);

[Unmanaged C++]
public: HRESULT get_BMag(
double * pRetVal
);
public: HRESULT put_BMag(
double NewBMag
);

[Java]
public double getBMag();public void setBMag(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1