STK AviatorSend comments on this topic.
DragFactor Property (IAgAvtrAircraftAero)
See Also
Windows





Windows & Linux

Description

Gets or sets the scalar value applied to the drag for parametric analysis.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DragFactor() As Double
[C#]
public double DragFactor {get; set;}
[Managed C++]
public: __property double get_DragFactor();
public: __property void set_DragFactor( double );
[Unmanaged C++]
public: HRESULT get_DragFactor(
    double * pVal
);
public: HRESULT put_DragFactor(
    double newVal
);
[Java]
public double getDragFactor();
public void setDragFactor(
    double
);
[Python - STK API ]
@property
def DragFactor(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.