Table of Contents

Class CaptureSizeType

Namespace
L5Sharp.Enums
Assembly
L5Sharp.dll

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

CaptureSizeType

Samples

Represents a Samples CaptureSizeType.

public static readonly CaptureSizeType Samples

Field Value

CaptureSizeType

TimePeriod

Represents a TimePeriod CaptureSizeType.

public static readonly CaptureSizeType TimePeriod

Field Value

CaptureSizeType