NShape Reference
Shape.Diagram Property

<< Click to Display Table of Contents >>

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

NShape Reference
Shape.Diagram Property

Previous pageReturn to chapter overviewNext page

Gets and sets the diagram this shape is part of.

Syntax

public abstract Diagram Diagram { getset; }

Description

Shapes are either part of a template, a diagram or another shape. For template shapes and inner shapes, this property is null/Nothing.

Return Value

Reference of the shape's diagram or null/Nothing.