Description
The maximum sweep angle of the wings.
Property type
Read-write property
Syntax
| [Visual Basic .NET] | 
|---|
Public Property MaxSweepAngle() As System.Object 
  | 
| [C#] | 
|---|
public System.Object MaxSweepAngle {get; set;}
  | 
| [Managed C++] | 
|---|
public: __property VARIANT get_MaxSweepAngle(); public: __property void set_MaxSweepAngle(
    VARIANT
); 
  | 
| [Unmanaged C++] | 
|---|
public: HRESULT get_MaxSweepAngle(
    VARIANT * pVal
);
public: HRESULT put_MaxSweepAngle(
    VARIANT newVal
);
  | 
| [Java] | 
|---|
public AgVariant getMaxSweepAngle();
public void setMaxSweepAngle(
    AgVariant
);
  | 
| [Python - STK API] | 
|---|
@property
def MaxSweepAngle(self) -> typing.Any:
@MaxSweepAngle.setter
def MaxSweepAngle(self, newVal:typing.Any) -> None: 
  | 
See Also