STK AstrogatorSend comments on this topic.
BPlanes Property (IAgVAMCSSegmentProperties)
See Also
Windows





Windows & Linux

Description

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.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.