AGI STK Objects 11 Send comments on this topic.
SetDragModelType Method (IAgVeHPOPForceModelDrag)
See Also 
DragModel
Windows






Windows & Linux

Description

Changes the active drag model type.

Syntax

[Visual Basic .NET]
Public Sub SetDragModelType( _
   ByVal DragModel As AgEDragModel _
) 

[C#]
public void SetDragModelType(
AgEDragModel DragModel
);

[Managed C++]
public: void SetDragModelType(
AgEDragModel DragModel
);

[Java]
public  setDragModelType(
AgEDragModel DragModel
);

[Unmanaged C++]
public: HRESULT SetDragModelType(
AgEDragModel DragModel
);

Parameters

DragModel
Member Value Description
eDragModelUnknown -1 Unsupported model.
eDragModelSpherical 0 Drag model that assumes a spherical spacecraft.
eDragModelPlugin 1 Plugin drag model.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface