|
|
Tries to decode the data passed in drag drop operations.
If successful determines the source Process Id.
Namespace: Autodesk.Navisworks.Api.ApplicationParts
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function DecodeDataWpf ( _ data As IDataObject, _ <OutAttribute> ByRef processId As Integer _ ) As Boolean |
| C# |
|---|
public bool DecodeDataWpf( IDataObject data, out int processId ) |
| Visual C++ |
|---|
public: bool DecodeDataWpf( IDataObject^ data, [OutAttribute] int% processId ) |