NShape Reference
Diagram.Shapes Property

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape > Diagram Class >

NShape Reference
Diagram.Shapes Property

Previous pageReturn to chapter overviewNext page

Lists the shapes of the diagram.

Syntax

public IShapeCollection Shapes

Description

Shapes contains the diagram shapes that are currently loaded. If a large diagram does not yet have all its shapes loaded into memory, this property retrieves only those, who are already loaded. If an application needs to access all shapes of a diagram, it must call IRepository.LoadDiagramShapes first.