| SoKeyboardEventGetPrintableCharacter Method  | 
Convenience routine that returns the character representing the key, if it's printable. 
 
Namespace: OIV.Inventor.EventsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic sbyte GetPrintableCharacter()
Public Function GetPrintableCharacter As SByte
public:
signed char GetPrintableCharacter()
member GetPrintableCharacter : unit -> sbyte 
Return Value
Type: 
SByte
RemarksIf not, this returns NULL ('\0'). 
See Also