Nevron .NET Vision
Nevron.Diagram Namespace / NGroup Class / Decompose Method


In This Topic
    Decompose Method (NGroup)
    In This Topic
    Decomposes the shape by creating a shape for each of the primitive models, which the shape aggregates
    Syntax
    'Declaration
     
    
    Public Overrides Function Decompose() As NNodeList
    'Usage
     
    
    Dim instance As NGroup
    Dim value As NNodeList
     
    value = instance.Decompose()
    public override NNodeList Decompose()

    Return Value

    list of shapes
    Remarks
    Overriden to delegate the call to the contained shapes
    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