<< Click to Display Table of Contents >> NShape Reference
|
Loads all shapes of the given template into the given store cache.
public abstract void LoadTemplateShapes(IStoreCache cache, object templateId) |
Loads all shapes of the given template into the given store cache.
If the template's shapes have already been loaded, this method does nothing.
Name |
Description |
---|---|
cache |
Store cache associated with this store. |
templateId |
Id of the parent model object. |
Name |
Description |
---|---|
ArgumentNullException |
The given IStoreCache is null. |
ArgumentNullException |
The given templateId is null. |