Changes the active drag model type.
[Visual Basic .NET] |
---|
Public Sub SetDragModelType( _
ByVal DragModel As AgEDragModel _
)
|
[C#] |
---|
public void SetDragModelType(
|
[Managed C++] |
---|
public: void SetDragModelType(
|
[Java] |
---|
public setDragModelType(
|
[Unmanaged C++] |
---|
public: HRESULT SetDragModelType(
|
- DragModel
-
Member Value Description eDragModelUnknown -1 Unsupported model. eDragModelSpherical 0 Drag model that assumes a spherical spacecraft. eDragModelPlugin 1 Plugin drag model.