Gets or sets the mode defines how the aircraft will perform the holding pattern.
Read-write property
[Visual Basic .NET] |
---|
Public Property ProfileMode() As AgEAvtrHoldingProfileMode |
[C#] |
---|
public AgEAvtrHoldingProfileMode ProfileMode {get; set;} |
[Managed C++] |
---|
public: __property AgEAvtrHoldingProfileMode get_ProfileMode(); |
[Unmanaged C++] |
---|
public: HRESULT get_ProfileMode( AgEAvtrHoldingProfileMode * pVal ); public: HRESULT put_ProfileMode( AgEAvtrHoldingProfileMode newVal ); |
[Java] |
---|
public AgEAvtrHoldingProfileMode getProfileMode(); public void setProfileMode( AgEAvtrHoldingProfileMode ); |
[Python - STK API ] |
---|
@property def ProfileMode(self) -> "AgEAvtrHoldingProfileMode": @ProfileMode.setter def ProfileMode(self, newVal:"AgEAvtrHoldingProfileMode") -> None: |