Click or drag to resize
SoWinViewerPasteView Method

Pastes 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 PasteView(
	SbTime eventTime
)

Parameters

eventTime
Type: OIV.InventorSbTime
Remarks

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

See Also