Managing Objects
Most WTE objects have these properties and methods in common:
- Name property – A string that identifies the object by name. Note that the index of an object, as provided by the collection object, is guaranteed to be unique, while the Name property may not be.
- Save method – Writes the object's information (properties) to persistent storage.
- Refresh method – Reads the object's information (properties) from the persistent storage. Note that this method effectively discards any changes that were not saved.
- VendorDataSets property – Retrieves a reference to the collection of VendorDataSet subobjects that store and retrieve the containing object's vendor-specific data.