Class SheetOrientation
Represents an enumeration of all SheetOrientation options for a given Routine.
public class SheetOrientation : LogixEnum<SheetOrientation, string>, IEquatable<LogixEnum<SheetOrientation, string>>, IComparable<LogixEnum<SheetOrientation, string>>
  - Inheritance
 - 
      
      
      SheetOrientation
 
- Implements
 
- Inherited Members
 
Fields
Landscape
Represents a 'Landscape' SheetOrientation value.
public static readonly SheetOrientation Landscape
  Field Value
Portrait
Represents a 'Portrait' SheetOrientation value.
public static readonly SheetOrientation Portrait