|
![]() |
KeyUp handler.
Namespace: Autodesk.Navisworks.Api.Plugins
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Overridable Function KeyUp ( _ view As View, _ modifier As KeyModifiers, _ key As UShort, _ timeOffset As Double _ ) As Boolean |
C# |
---|
public virtual bool KeyUp( View view, KeyModifiers modifier, ushort key, double timeOffset ) |
Visual C++ |
---|
public: virtual bool KeyUp( View^ view, KeyModifiers modifier, unsigned short key, double timeOffset ) |
Parameters
- view
- Type: Autodesk.Navisworks.Api..::..View
- modifier
- Type: Autodesk.Navisworks.Api..::..KeyModifiers
- key
- Type: System..::..UInt16
- timeOffset
- Type: System..::..Double