STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT IsDragModelTypeSupported(
    AgEDragModel DragModel,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool isDragModelTypeSupported(
    AgEDragModel DragModel
);
[Python - STK API ]
def IsDragModelTypeSupported(self, DragModel:"AgEDragModel") -> bool:

Parameters

DragModel

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.