C# Class AMEE_in_Revit.Addin.Commands.CommandBase

Show file Open project: AMEE/revit

Protected Properties

Property Type Description
logger log4net.ILog

Public Methods

Method Description
SetStatusText ( string text ) : void

Private Methods

Method Description
FindWindowEx ( IntPtr hwndParent, IntPtr hwndChildAfter, string lpszClass, string lpszWindow ) : IntPtr
SetWindowText ( IntPtr hWnd, string lpString ) : int

Method Details

SetStatusText() public static method

public static SetStatusText ( string text ) : void
text string
return void

Property Details

logger protected static property

protected static ILog,log4net logger
return log4net.ILog