<< Click to Display Table of Contents >> NShape Reference
|
Loads all child shapes of the shape with the given Id into the given store cache.
public abstract void LoadChildShapes(IStoreCache cache, object parentShapeId) |
Loads all child shapes of the shape with the given Id into the given store cache.
Name |
Description |
---|---|
cache |
Store cache associated with this store. |
parentShapeId |
Id of the parent shape. |
Name |
Description |
---|---|
ArgumentNullException |
The given IStoreCache is null. |
ArgumentNullException |
The given parentShapeId is null. |