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