Download Unity SFC View

Transcript
Constants
SFCViewModes Constants
Constants
The following values can be written to or returned from the control's property
ViewMode, which allows getting or setting the control's current display mode.
Additionally, the control's ViewModeChanged event delivers one of these values
when the view mode has changed.
Constants:
Constant
Value
Description
SfcOverview
0
The chain is/will be shown in the overview.
SfcDetails
1
The chain is/will be shown in the detail view.
SfcDetailsSimple
2
The chain is/will be shown in the details simple view.
ContentsErrorStateColumn Constants
Constants
The following values can be written to or returned from the control's property
ContentErrorStateColumn, which allows getting or setting the content of Error State
column in error grid.
Constants:
Constant
Value
CecEmpty
0
Description
Error State column is empty.
CecErrorState
1
Error state column contains error state of input
variable.
CecVariableName
2
Error state column contains variable name.
CecPinType
3
Error state column contains Pin Type.
219