Nevron.Diagram Namespace / NShape Class / DestroyShapeElements Method


In This Topic
    DestroyShapeElements Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function DestroyShapeElements( _
       ByVal shapeElements As ShapeElementsMask _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NShape
    Dim shapeElements As ShapeElementsMask
    Dim value As System.Boolean
     
    value = instance.DestroyShapeElements(shapeElements)
    public virtual System.bool DestroyShapeElements( 
       ShapeElementsMask shapeElements
    )

    Parameters

    shapeElements
    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