STK AviatorSend comments on this topic.
SRef Property (IAgAvtrMissileSimpleAero)
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 SRef() As Double
[C#]
public double SRef {get; set;}
[Managed C++]
public: __property double get_SRef();
public: __property void set_SRef( double );
[Unmanaged C++]
public: HRESULT get_SRef(
    double * pVal
);
public: HRESULT put_SRef(
    double newVal
);
[Java]
public double getSRef();
public void setSRef(
    double
);
[Python - STK API ]
@property
def SRef(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.