Table of Contents

Class SheetOrientation

Namespace
L5Sharp.Enums
Assembly
L5Sharp.dll

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

SheetOrientation

Portrait

Represents a 'Portrait' SheetOrientation value.

public static readonly SheetOrientation Portrait

Field Value

SheetOrientation