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


In This Topic
    NAggregateModel Class
    In This Topic
    The NAggregateModel is a model, assembled from other models
    Object Model
    NAggregateModel Class
    Syntax
    'Usage
     
    
    Dim instance As NAggregateModel
    Remarks
    Although the aggregate model is an element container, the models which an aggregate model aggregates may not be it's direct children. It is up to derived classes to override the GetAggregatedModels method in order to provide the aggregate with the models it should aggregate.
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.NDiagramNode
          Nevron.Diagram.NDiagramElement
             Nevron.Diagram.NStyleComposerElement
                Nevron.Diagram.NStyleableElement
                   Nevron.Diagram.NTransformableElement
                      Nevron.Diagram.NModel
                         Nevron.Diagram.NAggregateModel
                            Nevron.Diagram.NCompositeGeometry
                            Nevron.Diagram.NShape

    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