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 (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public void Copy(
	SoPath path,
	SbTime eventTime
)

Parameters

path
Type: OIV.InventorSoPath
eventTime
Type: OIV.InventorSbTime
Remarks

See copy() for details.

See Also