STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT SetDragModelType(
    AgEDragModel DragModel
);
[Java]
public void setDragModelType(
    AgEDragModel DragModel
);
[Python - STK API ]
def SetDragModelType(self, DragModel:"AgEDragModel") -> None:

Parameters

DragModel

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.