Add(AttributeId: String; AttributeType: LnAttributeType): Integer;
Add(AttributeId: string; AttributeType: Prognoz.Platform.Interop.Laner.LnAttributeType): integer;
AttributeId. Identifier of the attribute to be added to the collection.
AttributeType. Type of the attribute to be added to the collection.
The Add method adds the specified attribute to the collection.
After executing the example the method returns index of the added attribute in the collection.
The property use is given in the example for ILaner.ValueSuffixAttributes.
See also: