FindById(AttributeId: String): ICustomDimAttribute;
FindById(AttributeId: string): Prognoz.Platform.Interop.Dimensions.ICustomDimAttribute;
AttributeId. Identifier of searched attribute.
The FindById method searches attribute by identifier.
Search is case-sensitive. If attribute with specified identifier is not found, the method returns Null.
To search attribute by its key, use the ICustomDimAttributes.FindByKey method.
The property use is given in the example for ICustomDimAttributes.Clear.
See also: