Characteristics Members

These members are related to Collection of Characteristics.

Functions

Name Description
Add Add a new Characteristic into the collection, and return a new Characteristic object. Return value: Characteristic.
AddEx Add a new Characteristic into the collection, and return a new Characteristic object (with audit log explanation). Return value: Characteristic.
Refresh -
Remove Removes (deletes) the specified Characteristic from the collection; Char can either be 1-based index or Characteristic name.
RemoveEx Removes (deletes) the specified Characteristic from the collection; Item can either be 1-based index or Characteristic name (with audit log explanation).

Properties

Name Description
Count Returns the number of Characteristics in the collection. Return value: Integer. This property is read only.
Item Returns the specified Characteristic from the collection; Index can either be 1-based index or Characteristic name. Return value: Characteristic. This property is read only.
ItemByID Returns the specified Characteristic when passed the Characteristic ID. Return value: Characteristic. This property is read only.