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


In This Topic
    NConnectionContainer Class
    In This Topic
    The NConnectionContainer attribute is used to store the connections between diagram elements in a diagram document
    Object Model
    NConnectionContainer Class
    Syntax
    'Declaration
     
    
    <System.SerializableAttribute()>
    Public Class NConnectionContainer 
       Inherits Nevron.Dom.NAttribute
       Implements Nevron.Dom.INAttribute, Nevron.Dom.INHistoryCallback, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NConnectionContainer
    Remarks
    A reference to an instance of this class can be obtained from from the ConnectionContainer property of the NDrawingDocument and NLibraryDocument classes.
    Inheritance Hierarchy

    System.Object
       Nevron.Dom.NAttribute
          Nevron.Diagram.NConnectionContainer

    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