CharacteristicType Enumeration

Specifies the type of Characteristic.

Syntax Constants
Enum CharacteristicType
    swcVariable = 0
    swcAttribute = 1
    swcAggregatedAttribute = 2
    swcAggregatedVariable = 3
End Enum
  • swcVariable: Variable characteristic.
  • swcAttribute: Attribute characteristic.
  • swcAggregatedAttribute: Aggregated Attribute characteristic.
  • swcAggregatedVariable: Aggregated Variable characteristic.