STK AviatorSend comments on this topic.
RefArea Property (IAgAvtrMissileExternalAero)
See Also
Windows





Windows & Linux

Description

Gets or sets the area of the lifting surface of the missile.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RefArea() As Double
[C#]
public double RefArea {get; set;}
[Managed C++]
public: __property double get_RefArea();
public: __property void set_RefArea( double );
[Unmanaged C++]
public: HRESULT get_RefArea(
    double * pVal
);
public: HRESULT put_RefArea(
    double pVal
);
[Java]
public double getRefArea();
public void setRefArea(
    double
);
[Python - STK API ]
@property
def RefArea(self) -> float:

@RefArea.setter
def RefArea(self, pVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.