SoWinViewerCopyView Method |
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void CopyView(
SbTime eventTime
)
Public Sub CopyView (
eventTime As SbTime
)
public:
void CopyView(
SbTime eventTime
)
member CopyView :
eventTime : SbTime -> unit
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