NShape Reference
GetDiagrams Method

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape > IRepository Interface >

NShape Reference
GetDiagrams Method

Previous pageReturn to chapter overviewNext page

Retrieves all diagrams from the repository.

Syntax

public IEnumerable<Diagram> GetDiagrams()

Description

The retrieved diagrams do not include their shapes. Call LoadDiagramShapes to fill the diagram.

Return Value

Enumeration of all diagrams in the project.