SoWinClipboardClipboardPasteCB Delegate |
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public 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