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





Description

Gets a value indicating whether the specified type can be used.

Syntax

[Visual Basic .NET]
Public Function IsDragModelTypeSupported( _
   ByVal DragModel As AgEDragModel _
) As Boolean

[C#]
public bool IsDragModelTypeSupported(
AgEDragModel DragModel
);

[Managed C++]
public: bool IsDragModelTypeSupported(
AgEDragModel DragModel
);

[Java]
public bool isDragModelTypeSupported(
AgEDragModel DragModel
);

[Unmanaged C++]
public: HRESULT IsDragModelTypeSupported(
AgEDragModel DragModel,
VARIANT_BOOL * ReturnValue
);

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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1