IEaxDataAreaViews.FindById

Syntax

FindById(Id: String): IEaxObject;

Parameters

Id. Object identifier.

Description

The FindById method searches the object to work with views of analytical data area by identifier.

Comments

If view is not found, the method returns Null.

To search the object to work with analytical data area view by key, use IEaxDataAreaViews.FindByKey.

See also:

IEaxDataAreaViews