STK ObjectsSend comments on this topic.
BearingBox Property (IAgVeVOOrbitProximity)
See Also
Windows





Windows & Linux

Description

Get the parameters for a bearing box, defining a volume, relative to a bearing from the North, around an object.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property BearingBox() As IAgVeVOBearingBox
[C#]
public IAgVeVOBearingBox BearingBox {get;}
[Managed C++]
public: __property IAgVeVOBearingBox ^ get_BearingBox();
[Unmanaged C++]
public: HRESULT get_BearingBox(
    IAgVeVOBearingBox ** ppVal
);
[Java]
public IAgVeVOBearingBox getBearingBox();
[Python - STK API ]
@property
def BearingBox(self) -> "IAgVeVOBearingBox":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.