TaskDependencyDependencyTypeEnum Enumeration |
The task dependency types.
Namespace: Tekla.Structures.Model
Assembly: Tekla.Structures.Model (in Tekla.Structures.Model.dll) Version: 2023.0.3
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
FINISH_TO_FINISH | 0 | The task dependency type finish-to-finish. | |
FINISH_TO_START | 1 | The task dependency type finish-to-start. | |
START_TO_FINISH | 2 | The task dependency type start-to-finish. | |
START_TO_START | 3 | The task dependency type start-to-start. |
See Also