Class DataTypeFamily
An enumeration of all Logix DataTypeFamily options for a given LogixType. Valid options are None and String.
public sealed class DataTypeFamily : LogixEnum<DataTypeFamily, string>, IEquatable<LogixEnum<DataTypeFamily, string>>, IComparable<LogixEnum<DataTypeFamily, string>>
  - Inheritance
 - 
      
      
      DataTypeFamily
 
- Implements
 
- Inherited Members
 
Fields
None
Represents no specific data type family. All LogixType objects except StringType should have this option.
public static readonly DataTypeFamily None
  Field Value
String
Represents a string family. Only StringType objects should have this option.
public static readonly DataTypeFamily String