The ILanerAttributes interface contains properties and methods used to work with a collection of series attributes.
Property name | Brief description | |
The Count property returns the number of attributes in the collection. | ||
The Item property returns an attribute from the collection by its index. |
Method name | Brief description | |
The Add method adds an attribute to collection. | ||
The Clear method clears all attributes from the collection. | ||
The FindById method finds attribute in the collection by its identifier. | ||
The FindByKey method finds attribute in the collection by its key. | ||
The FindIndexByKey method searches an attribute index in the collection by the key. | ||
The MoveTo method shifts the attribute in the collection. | ||
The Remove method removes the attribute from the collection by its index. | ||
The RemoveByKey method removes the attribute from the collection by its key. |
See also: