STK ObjectsSend comments on this topic.
DragModelType Property (IAgVeHPOPForceModelDrag)
See Also
Windows





Windows & Linux

Description

Returns a type of the active drag model.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property DragModelType() As AgEDragModel
[C#]
public AgEDragModel DragModelType {get;}
[Managed C++]
public: __property AgEDragModel get_DragModelType();
[Unmanaged C++]
public: HRESULT get_DragModelType(
    AgEDragModel * pVal
);
[Java]
public AgEDragModel getDragModelType();
[Python - STK API ]
@property
def DragModelType(self) -> "AgEDragModel":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.