STK ObjectsSend comments on this topic.
FlightType Property (IAgEOIRStage)
See Also
Windows





Windows & Linux

Description

Property used to access the flight type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FlightType() As AgEEOIRFlightType
[C#]
public AgEEOIRFlightType FlightType {get; set;}
[Managed C++]
public: __property AgEEOIRFlightType get_FlightType();
public: __property void set_FlightType( AgEEOIRFlightType );
[Unmanaged C++]
public: HRESULT get_FlightType(
    AgEEOIRFlightType * pRetVal
);
public: HRESULT put_FlightType(
    AgEEOIRFlightType val
);
[Java]
public AgEEOIRFlightType getFlightType();
public void setFlightType(
    AgEEOIRFlightType
);
[Python - STK API ]
@property
def FlightType(self) -> "AgEEOIRFlightType":

@FlightType.setter
def FlightType(self, val:"AgEEOIRFlightType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.