Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing in Development Environment > Description of System Assemblies > Express > Express Assembly Interfaces > IEaxObject > IEaxObject.IsLoaded
IsLoaded: Boolean;
The IsLoaded property determines whether analytical area object will be loaded.
The property is relevant if lazy loading of analytical area sheets is set: the IEaxDataArea.DelayedLoad property is set to True.
Available values:
True. Object will be loaded. Default value for objects on the active sheet.
False. Object will not be loaded. Default value for objects on the inactive sheet.
The property use is given in the example for IEaxDataAreaSource.IsLoaded.
See also: