Description
The leading edge section angle of the wings.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property WingLeadingEdgeSectionAngle() As System.Object
|
| [C#] |
|---|
public System.Object WingLeadingEdgeSectionAngle {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_WingLeadingEdgeSectionAngle(); public: __property void set_WingLeadingEdgeSectionAngle(
VARIANT
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_WingLeadingEdgeSectionAngle(
VARIANT * pVal
);
public: HRESULT put_WingLeadingEdgeSectionAngle(
VARIANT newVal
);
|
| [Java] |
|---|
public AgVariant getWingLeadingEdgeSectionAngle();
public void setWingLeadingEdgeSectionAngle(
AgVariant
);
|
| [Python - STK API] |
|---|
@property
def WingLeadingEdgeSectionAngle(self) -> typing.Any:
@WingLeadingEdgeSectionAngle.setter
def WingLeadingEdgeSectionAngle(self, newVal:typing.Any) -> None:
|
See Also