Nevron .NET Vision
Nevron.Diagram Namespace / NDiagramNodeCollection Class
Members


In This Topic
    NDiagramNodeCollection Class
    In This Topic
    The NDiagramNodeCollection class represents a generic collection of diagram nodes and serves as base class for all strongly typed nodes collections.
    Object Model
    NDiagramNodeCollection Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.Diagram.NDiagramElement)>
    Public Class NDiagramNodeCollection 
       Inherits NDiagramNode
       Implements INZOrderable, Nevron.Dom.INNode, Nevron.Dom.INNodeComposite, Nevron.Dom.INNodeContainer, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NDiagramNodeCollection
    [System.Xml.Serialization.XmlInclude(Nevron.Diagram.NDiagramElement)]
    public class NDiagramNodeCollection : NDiagramNode, INZOrderable, Nevron.Dom.INNode, Nevron.Dom.INNodeComposite, Nevron.Dom.INNodeContainer, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.NDiagramNode
          Nevron.Diagram.NDiagramNodeCollection
             Nevron.Diagram.WinForm.NHandleCollection
             Nevron.Diagram.WinForm.NVisualAidsCollection

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also