Gets or sets the type of wing geometry for the aircraft.
Read-write property
[Visual Basic .NET] |
---|
Public Property GeometryType() As AgEAvtrAdvFixedWingGeometry |
[C#] |
---|
public AgEAvtrAdvFixedWingGeometry GeometryType {get; set;} |
[Managed C++] |
---|
public: __property AgEAvtrAdvFixedWingGeometry get_GeometryType(); |
[Unmanaged C++] |
---|
public: HRESULT get_GeometryType( AgEAvtrAdvFixedWingGeometry * pVal ); public: HRESULT put_GeometryType( AgEAvtrAdvFixedWingGeometry newVal ); |
[Java] |
---|
public AgEAvtrAdvFixedWingGeometry getGeometryType(); public void setGeometryType( AgEAvtrAdvFixedWingGeometry ); |
[Python - STK API ] |
---|
@property def GeometryType(self) -> "AgEAvtrAdvFixedWingGeometry": @GeometryType.setter def GeometryType(self, newVal:"AgEAvtrAdvFixedWingGeometry") -> None: |