GREET API
Exposed interfaces to create modules that can be loaded in GREET
 All Classes Namespaces Files Functions Enumerations Enumerator Properties Events
IParameterTextBox.cs
Go to the documentation of this file.
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5 using PlugInsInterfaces.DataTypes;
6 
7 namespace PlugInsInterfaces.Controls
8 {
12  public interface IParameterTextBox
13  {
17  IParameter Parameter {get;}
18  }
19 }
An IParameterTextBox represent the text box in which parameters are shown and can be modified ...
Class that represents a value and unit
Definition: IParameter.cs:13