SoWinClipboardCopy Method (SoPathList, SbTime) |
Copies the passed pathlist to the clipboard using 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 Copy(
SoPathList pathList,
SbTime eventTime
)
Public Sub Copy (
pathList As SoPathList,
eventTime As SbTime
)
public:
void Copy(
SoPathList^ pathList,
SbTime eventTime
)
member Copy :
pathList : SoPathList *
eventTime : SbTime -> unit
Parameters
- pathList
- Type: OIV.InventorSoPathList
- eventTime
- Type: OIV.InventorSbTime
Remarks See OIV.Inventor.Win.SoWinClipboard.Copy(OIV.Inventor.Nodes.SoNode, OIV.Inventor.SbTime) for details.
See Also