SoWinClipboardClipboardPasteCB Delegate |
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic delegate void ClipboardPasteCB(
SoPathList pathList
)
Public Delegate Sub ClipboardPasteCB (
pathList As SoPathList
)
public delegate void ClipboardPasteCB(
SoPathList^ pathList
)
type ClipboardPasteCB =
delegate of
pathList : SoPathList -> unit
Parameters
- pathList
- Type: OIV.InventorSoPathList
Remarks
See Also