Click or drag to resize
SoWinViewerCopyView Method

Copies the view.

Namespace: OIV.Inventor.Win.Viewers
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void CopyView(
	SbTime eventTime
)

Parameters

eventTime
Type: OIV.InventorSbTime
Remarks

eventTime should be the time of the Windows message which initiated the copy (e.g. if copy is initiated from a keystroke, eventTime should be the time in the key down message.)

See Also