FindById(Id: String): IEaxObject;
FindById(Id: string): Prognoz.Platform.Interop.Express.IEaxObject;
Id. Object identifier.
The FindById method searches the object to work with views of analytical data area by identifier.
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: