AGI STK Objects 11Send 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 _
) As 
[C#]
public void SetDragModelType(
    AgEDragModel DragModel
);
[Managed C++]
public: void SetDragModelType(
    AgEDragModel DragModel
);
[Java]
public void setDragModelType(
    AgEDragModel DragModel
);
[Unmanaged C++]
public: HRESULT SetDragModelType(
    AgEDragModel DragModel
);

Parameters

DragModel

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.