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






Windows & Linux

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
MemberValueDescription
eDragModelUnknown-1Unsupported model.
eDragModelSpherical0Drag model that assumes a spherical spacecraft.
eDragModelPlugin1Plugin drag model.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.