Gets a value indicating whether the specified
type can be used.
| [Visual Basic .NET] |
|---|
Public Function IsDragModelTypeSupported( _
ByVal DragModel As AgEDragModel _
) As Boolean
|
| [C#] |
|---|
public bool IsDragModelTypeSupported(
|
| [Managed C++] |
|---|
public: bool IsDragModelTypeSupported(
|
| [Java] |
|---|
public bool isDragModelTypeSupported(
|
| [Unmanaged C++] |
|---|
public: HRESULT IsDragModelTypeSupported(
|
- DragModel
-
Member Value Description eDragModelUnknown -1 Unsupported model. eDragModelSpherical 0 Drag model that assumes a spherical spacecraft. eDragModelPlugin 1 Plugin drag model.