AGI STK Objects 11Send 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 
[C#]
public bool IsDragModelTypeSupported(
    AgEDragModel DragModel
);
[Managed C++]
public: bool IsDragModelTypeSupported(
    AgEDragModel DragModel
);
[Java]
public bool isDragModelTypeSupported(
    AgEDragModel DragModel
);
[Unmanaged C++]
public: HRESULT IsDragModelTypeSupported(
    AgEDragModel DragModel,
    VARIANT_BOOL * pRetVal
);

Parameters

DragModel

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.