NShape Reference
Store.LoadTemplateShapes Method

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape.Advanced > Store Class >

NShape Reference
Store.LoadTemplateShapes Method

Previous pageReturn to chapter overviewNext page

Loads all shapes of the given template into the given store cache.

Syntax

public abstract void LoadTemplateShapes(IStoreCache cache, object templateId)

Description

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.

Parameters

Name

Description

cache

Store cache associated with this store.

templateId

Id of the parent model object.

Exceptions

Name

Description

ArgumentNullException

The given IStoreCache is null.

ArgumentNullException

The given templateId is null.