Adds a IFactSlot (slot or multislot) to the fact template. Using the FactSlot.Name, you can access the slot using the Slot property. This method also sets the Ordered property implicitly.
Namespace: IECSInterfaces
Delphi |
public |
Parameters
FactSlot
Type: IFactSlot
To add a slot with a list of values, call the AddMultiSlot method instead. To add a single value slot, use the overloaded AddSlot method |
Reference |