STK AviatorSend comments on this topic.
PerformanceMode Property (IAgAvtrProcedureReferenceState)
See Also
Windows





Windows & Linux

Description

Gets or sets the type of motion the aircraft is engaged in.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PerformanceMode() As AgEAvtrRefStatePerfMode
[C#]
public AgEAvtrRefStatePerfMode PerformanceMode {get; set;}
[Managed C++]
public: __property AgEAvtrRefStatePerfMode get_PerformanceMode();
public: __property void set_PerformanceMode( AgEAvtrRefStatePerfMode );
[Unmanaged C++]
public: HRESULT get_PerformanceMode(
    AgEAvtrRefStatePerfMode * pVal
);
public: HRESULT put_PerformanceMode(
    AgEAvtrRefStatePerfMode newVal
);
[Java]
public AgEAvtrRefStatePerfMode getPerformanceMode();
public void setPerformanceMode(
    AgEAvtrRefStatePerfMode
);
[Python - STK API ]
@property
def PerformanceMode(self) -> "AgEAvtrRefStatePerfMode":

@PerformanceMode.setter
def PerformanceMode(self, newVal:"AgEAvtrRefStatePerfMode") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.