Get the B-Plane or B-Planes to which the epoch, position, and velocity of the segment's final state will be applied, according to the B-Plane's definition.
Read-only property
[Visual Basic .NET] |
---|
Public Property BPlanes() As IAgVABPlaneCollection |
[C#] |
---|
public IAgVABPlaneCollection BPlanes {get;} |
[Managed C++] |
---|
public: __property IAgVABPlaneCollection ^ get_BPlanes(); |
[Unmanaged C++] |
---|
public: HRESULT get_BPlanes( IAgVABPlaneCollection ** ppVABPlaneCollection ); |
[Java] |
---|
public IAgVABPlaneCollection getBPlanes(); |
[Python - STK API ] |
---|
@property def BPlanes(self) -> "IAgVABPlaneCollection": |