Nevron .NET Vision
Nevron.Diagram Namespace / NLayerCollection Class / EnumInstantiatableTypes Method


In This Topic
    EnumInstantiatableTypes Method (NLayerCollection)
    In This Topic
    Enumerates the known types, which can be instanciated and added to this composite at runtime
    Syntax
    'Declaration
     
    
    Public Overrides Function EnumInstantiatableTypes() As System.Type()
    'Usage
     
    
    Dim instance As NLayerCollection
    Dim value() As System.Type
     
    value = instance.EnumInstantiatableTypes()
    public override System.Type[] EnumInstantiatableTypes()

    Return Value

    types of the nodes which can be instanciated and added to this composite at runtime
    Remarks
    Overriden to return the type of NLayer
    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