DiagramNodes Interface 

A collection of DiagramNode objects that represent all the nodes in a diagram. The DiagramNodes collection contains all the diagram nodes in a specified diagram.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class iagramNodesImplementation
    Implements DiagramNodes
End Class
Dim iagramNodesImplementation1 As New iagramNodesImplementation()

Syntax

Public Interface DiagramNodes
    Inherits IEnumerable
public interface DiagramNodes : IEnumerable
public interface class DiagramNodes : public IEnumerable
public interface DiagramNodes implements IEnumerable
public interface DiagramNodes implements IEnumerable

Remarks

Use the Nodes property to return the DiagramNodes collection. Use the SelectAll method to select and work with all nodes in a diagram.

Use the Item method to select and work with a single diagram node in a diagram.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

DiagramNodes Members