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





Windows & Linux

Description

Get the parameters for a line of bearing parameters drawn from an origin in the direction of a bearing.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.