C# Class IronTextBox.Converts

Show file Open project: pterelaos/revitpythonshell

Public Methods

Method Description
MessageBoxIronPy ( Object inobject ) : void

Custom MessageBox call. Excepts some random objects from IronPython and converts to string.

Method Details

MessageBoxIronPy() public static method

Custom MessageBox call. Excepts some random objects from IronPython and converts to string.
public static MessageBoxIronPy ( Object inobject ) : void
inobject Object Output object from IronPython.
return void