IRdsAttributesList.FindById

Syntax

FindById(Id: String): IRdsAttribute;

Parameters

Id - attribute identifier.

Description

The FindById method searches for attribute in the collection based on its identifier and, if successful, returns attribute parameters.

Comments

This method returns Null if attribute is not found.

See also:

IRdsAttributesList