SoWinClipboardPaste Method |
This requests data from the clipboard in the current clipboard format.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Paste(
SbTime eventTime,
SoWinClipboardClipboardPasteCB pasteDoneFunc
)
Public Sub Paste (
eventTime As SbTime,
pasteDoneFunc As SoWinClipboardClipboardPasteCB
)
public:
void Paste(
SbTime eventTime,
SoWinClipboardClipboardPasteCB^ pasteDoneFunc
)
member Paste :
eventTime : SbTime *
pasteDoneFunc : SoWinClipboardClipboardPasteCB -> unit
Parameters
- eventTime
- Type: OIV.InventorSbTime
- pasteDoneFunc
- Type: OIV.Inventor.WinSoWinClipboardClipboardPasteCB
Remarks When the data is retrieved, the pasteDoneFunc callback is invoked. The newly pasted data is passed as the callback function's pathList argument (an OIV.Inventor.SoPathList).
See Also