<< Click to Display Table of Contents >> NShape Reference
|
Loads all shapes of the given diagram into the given store cache.
public abstract void LoadDiagrams(IStoreCache cache, object projectId) |
Loads all shapes of the given diagram into the given store cache and fills the diagram's shape collection.
If the diagram's shapes have already been loaded, this method does nothing.
Name |
Description |
---|---|
cache |
Store cache associated with this store. |
diagram |
The diagram whose shapes should be loaded. |
Name |
Description |
---|---|
ArgumentNullException |
The given IStoreCache is null. |
ArgumentNullException |
The given Diagram is null. |