NShape Reference
Store.LoadDiagramShapes Method

<< Click to Display Table of Contents >>

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

NShape Reference
Store.LoadDiagramShapes Method

Previous pageReturn to chapter overviewNext page

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

Syntax

public abstract void LoadDiagrams(IStoreCache cache, object projectId)

Description

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.

Parameters

Name

Description

cache

Store cache associated with this store.

diagram

The diagram whose shapes should be loaded.

Exceptions

Name

Description

ArgumentNullException

The given IStoreCache is null.

ArgumentNullException

The given Diagram is null.