Gets a value indicating whether the specified type can be used.
[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: |
- DragModel