STK AviatorSend comments on this topic.
GeometryType Property (IAgAvtrAdvFixedWingSupersonicAero)
See Also
Windows





Windows & Linux

Description

Gets or sets the type of wing geometry for the aircraft.

Property type

Read-write property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.