Gets or sets the leading edge section angle of the wings.
Read-write property
[Visual Basic .NET] |
---|
Public Property WingLeadingEdgeSectionAngle() As System.Object |
[C#] |
---|
public System.Object WingLeadingEdgeSectionAngle {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_WingLeadingEdgeSectionAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_WingLeadingEdgeSectionAngle( VARIANT * pVal ); public: HRESULT put_WingLeadingEdgeSectionAngle( VARIANT newVal ); |
[Java] |
---|
public AgVariant getWingLeadingEdgeSectionAngle(); public void setWingLeadingEdgeSectionAngle( AgVariant ); |