C++
virtual Adesk::Boolean isLoaded() const;
Description
Returns Adesk::kTrue if the image is loaded, or Adesk::kFalse otherwise.
Note that due to lazy loading, the image may not be physically loaded in memory, even though isLoaded returns Adesk::kTrue.