API Reference > Extension Classes > ExServices Classes > OdEdBaseIO Class
OdEdBaseIO Class
OdEdBaseIOOdEdBaseIOOdEdBaseIO
Syntax
C++
class OdEdBaseIO : public OdRxObject;

ExEdBaseIO.h

This class implements the base user I/O for custom commands. Library: Source code provided.

 
Name 
Description 
 
This is record OdEdBaseIO::MouseEventFlags. 
 
Name 
Description 
 
Returns combination of "MouseEventFlags" representing currently pressed functional keys Currently used are: Shift = 4 (MK_SHIFT) Ctrl = 8 (MK_CONTROL) 
 
Returns user input of a point.
 
 
Returns user input of a string.
 
 
Returns true if this is a manual user input not batch invocation 
 
Writes the specified errmsg to the error stream. Override it to distinguish normal output of a command from its error messages.  
 
Writes the specified string to the command's output.  
Copyright © 2002–2020. Open Design Alliance. All rights reserved.