STK AviatorSend comments on this topic.
WingLeadingEdgeSectionAngle Property (IAgAvtrMissileAdvancedAero)
See Also
Windows





Windows & Linux

Description

Gets or sets 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

© 2024 Analytical Graphics, Inc. All Rights Reserved.