Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / ENNodeAggregationType Enumeration


In This Topic
    ENNodeAggregationType Enumeration
    In This Topic
    Defines the ways in which a node can be aggregated by another node
    Syntax
    'Declaration
     
    
    Public Enum ENNodeAggregationType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENNodeAggregationType
    public enum ENNodeAggregationType : System.Enum 
    Members
    MemberDescription
    CollectionChildThe node parent is a collection and the node itself is a child node at a specific index
    ContainerChildThe node parent is a container and the node itself is a child node with a specific child slot
    NoneThe node is not aggregated, since it does not have a parent
    PropertyThe node parent exposes the node as a property value
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Dom.ENNodeAggregationType

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also