Get the parameters for a line of bearing parameters drawn from an origin in the direction of a bearing.
Read-only property
[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": |