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