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