Click or drag to resize
SoWinClipboardPaste Method

This requests data from the clipboard in the current clipboard format.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void Paste(
	SbTime eventTime,
	SoWinClipboardClipboardPasteCB pasteDoneFunc
)

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