TypeCategories

The following constants represent the categories to which a type can belong:

  • TypeCategory_BuiltinDataTypes –(Value: 3) Specifies a built-in data type.
  • TypeCategory_CustomDataTypes –(Value: 2) Specifies a custom data type.
  • TypeCategory_None –(Value: 0) Specifies no data type.
  • TypeCategory_StepTypes –(Value: 1) Specifies a step type.

See Also

PropertyObject.TypeCategory

TypeUsageList