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
AutomaticAutomatic = 1

The parameter value will be determined automatically during design

FixedFixed = 3

The specified parameter value will not change during design

LimitLimit = 2

The parameter value will be determined during design but it will not surpass the specified value

UnknownUnknown = 0

Unknown parameter state

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next