Enum WestokDesignParameterState
Represents a state of a Westok design parameter
Namespace: TSD.API.Remoting.Sections
Assembly: TSD.API.Remoting.dll
Syntax
public enum WestokDesignParameterState
Fields
| Name | Value | Description |
|---|---|---|
| Automatic | Automatic = 1 | The parameter value will be determined automatically during design |
| Fixed | Fixed = 3 | The specified parameter value will not change during design |
| Limit | Limit = 2 | The parameter value will be determined during design but it will not surpass the specified value |
| Unknown | Unknown = 0 | Unknown parameter state |