Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NObjectGraphPartMap Class / RemovePart Method


In This Topic
    RemovePart Method
    In This Topic
    Removes a part from the map and destroys the part-object association
    Syntax
    'Declaration
     
    
    Public Sub RemovePart( _
       ByVal part As NGraphPart _
    ) 
    'Usage
     
    
    Dim instance As NObjectGraphPartMap
    Dim part As NGraphPart
     
    instance.RemovePart(part)
    public void RemovePart( 
       NGraphPart part
    )

    Parameters

    part
    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