|
<< Click to Display Table of Contents >> NShape Reference
|
![]() ![]()
|
Loads all model objects of the given model into the given store cache.
public abstract void LoadModelModelObjects(IStoreCache cache, object modelId) |
Loads all model objects of the given model into the given store cache.
Name |
Description |
|---|---|
cache |
Store cache associated with this store. |
modelId |
Id of the parent model object. |
Name |
Description |
|---|---|
ArgumentNullException |
The given IStoreCache is null. |
ArgumentNullException |
The given modelId is null. |