Class CaptureSizeType
An enumeration of all CaptureSizeType for a Logix Trend.
public class CaptureSizeType : LogixEnum<CaptureSizeType, string>, IEquatable<LogixEnum<CaptureSizeType, string>>, IComparable<LogixEnum<CaptureSizeType, string>>
  - Inheritance
 - 
      
      
      CaptureSizeType
 
- Implements
 
- Inherited Members
 
Fields
NoLimit
Represents a NoLimit CaptureSizeType.
public static readonly CaptureSizeType NoLimit
  Field Value
Samples
Represents a Samples CaptureSizeType.
public static readonly CaptureSizeType Samples
  Field Value
TimePeriod
Represents a TimePeriod CaptureSizeType.
public static readonly CaptureSizeType TimePeriod