Table of Contents

Enum JackingSide

Namespace
FemDesign.Reinforcement
Assembly
FemDesign.Core.dll
public enum JackingSide
Extension Methods

Fields

[Parseable(new string[] { "end", "End", "END" })] End = 1
[Parseable(new string[] { "end_then_start", "end then start", "End then start", "EndThenStart", "END_THEN_START" })] EndThenStart = 3
[Parseable(new string[] { "start", "Start", "START" })] Start = 0
[Parseable(new string[] { "start_then_end", "start then end", "Start then end", "StartThenEnd", "START_THEN_END" })] StartThenEnd = 2