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





Windows & Linux

Description

Gets or sets the span of one of the missile's wings.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property WingSpan() As Double
[C#]
public double WingSpan {get; set;}
[Managed C++]
public: __property double get_WingSpan();
public: __property void set_WingSpan( double );
[Unmanaged C++]
public: HRESULT get_WingSpan(
    double * pVal
);
public: HRESULT put_WingSpan(
    double newVal
);
[Java]
public double getWingSpan();
public void setWingSpan(
    double
);
[Python - STK API ]
@property
def WingSpan(self) -> float:

@WingSpan.setter
def WingSpan(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.