The ILanerMetaAttributeValue interface contains properties and methods used to work with the collection of 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 | |
Add | The Add method adds an attribute. | |
Clear | The Clear method clears the collection of attributes. | |
Remove | The Remove method removes the attribute from the collection by its index. | |
RemoveByKey | The RemoveByKey method removes the attribute from the collection by its key. |
|
Method name |
Brief description |
The FindById method finds attribute in the collection by its identifier. |
||
The FindByKey method finds attribute in the collection by its key. |
See also: