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