Get the Advanced Fixed Wing Tool for the aircraft.
Read-only property
[Visual Basic .NET] |
---|
Public Property AdvFixedWingTool() As IAgAvtrAdvFixedWingTool |
[C#] |
---|
public IAgAvtrAdvFixedWingTool AdvFixedWingTool {get;} |
[Managed C++] |
---|
public: __property IAgAvtrAdvFixedWingTool ^ get_AdvFixedWingTool(); |
[Unmanaged C++] |
---|
public: HRESULT get_AdvFixedWingTool( IAgAvtrAdvFixedWingTool ** ppAvtrAdvFWT ); |
[Java] |
---|
public IAgAvtrAdvFixedWingTool getAdvFixedWingTool(); |
[Python - STK API ] |
---|
@property def AdvFixedWingTool(self) -> "IAgAvtrAdvFixedWingTool": |