STK AviatorSend comments on this topic.
BearingRef Property (IAgAvtrProcedureLaunchDynState)
See Also
Windows





Windows & Linux

Description

Gets or sets the bearing reference for the dyn state launch procedure.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BearingRef() As AgEAvtrLaunchDynStateBearingRef
[C#]
public AgEAvtrLaunchDynStateBearingRef BearingRef {get; set;}
[Managed C++]
public: __property AgEAvtrLaunchDynStateBearingRef get_BearingRef();
public: __property void set_BearingRef( AgEAvtrLaunchDynStateBearingRef );
[Unmanaged C++]
public: HRESULT get_BearingRef(
    AgEAvtrLaunchDynStateBearingRef * pVal
);
public: HRESULT put_BearingRef(
    AgEAvtrLaunchDynStateBearingRef pVal
);
[Java]
public AgEAvtrLaunchDynStateBearingRef getBearingRef();
public void setBearingRef(
    AgEAvtrLaunchDynStateBearingRef
);
[Python - STK API ]
@property
def BearingRef(self) -> "AgEAvtrLaunchDynStateBearingRef":

@BearingRef.setter
def BearingRef(self, pVal:"AgEAvtrLaunchDynStateBearingRef") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.