C# Class AMEE_in_Revit.Addin.Commands.CommandBase

Afficher le fichier Open project: AMEE/revit

Protected Properties

Свойство Type Description
logger log4net.ILog

Méthodes publiques

Méthode Description
SetStatusText ( string text ) : void

Private Methods

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

Method Details

SetStatusText() public static méthode

public static SetStatusText ( string text ) : void
text string
Résultat void

Property Details

logger protected_oe static_oe property

protected static ILog,log4net logger
Résultat log4net.ILog