Class RoutineType
An enumeration of all Logix Routine types.
public sealed class RoutineType : LogixEnum<RoutineType, string>, IEquatable<LogixEnum<RoutineType, string>>, IComparable<LogixEnum<RoutineType, string>>
  - Inheritance
 - 
      
      
      RoutineType
 
- Implements
 
- Inherited Members
 
Remarks
Routine type indicates what programming style/language the Routine object contains. The type of routine will determine what LogixContent is generated by the routine object.
Fields
FBD
Represents a Function Block Diagram routine type.
public static readonly RoutineType FBD
  Field Value
RLL
Represents a Relay Ladder Logic routine type.
public static readonly RoutineType RLL
  Field Value
SFC
Represents a Sequential Function Chart routine type.
public static readonly RoutineType SFC
  Field Value
ST
Represents a Structured Text routine type.
public static readonly RoutineType ST
  Field Value
Typeless
Represents no RoutineType value.
public static readonly RoutineType Typeless