Click or drag to resize
SoWinClipboardCopy Method (SoPath, SbTime)

Copies the passed path to the clipboard using the current clipboard format.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void Copy(
	SoPath path,
	SbTime eventTime
)

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