STK AviatorSend comments on this topic.
ProfileMode Property (IAgAvtrProcedureHoldingFigure8)
See Also
Windows





Windows & Linux

Description

Gets or sets the mode defines how the aircraft will perform the holding pattern.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ProfileMode() As AgEAvtrHoldingProfileMode
[C#]
public AgEAvtrHoldingProfileMode ProfileMode {get; set;}
[Managed C++]
public: __property AgEAvtrHoldingProfileMode get_ProfileMode();
public: __property void set_ProfileMode( AgEAvtrHoldingProfileMode );
[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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.