ParameterInfo Constructors
Provides information about a parameter listed in the Expression Editor.| Name | Parameters | Description |
|---|---|---|
| ParameterInfo() | none | Initializes a new instance of the ParameterInfo class with the default settings. |
| ParameterInfo(ParameterInfo) | other | Initializes a new instance of the ParameterInfo class with the specified prototype. |
| ParameterInfo(IParameter) | parameter | Initializes a new instance of the ParameterInfo class with the specified parameter. |
| ParameterInfo(String) | category | Initializes a new instance of the ParameterInfo class with the specified category. |
See Also