ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorData Class / DeleteView Method
Index of View to be removed.




In This Topic
    DeleteView Method
    In This Topic
    Removes the specified View from the internal view container and destroys it.
    Syntax
    'Declaration
     
    Public Sub DeleteView( _
       ByVal index As Integer _
    ) 
    'Usage
     
    Dim instance As ImGearVectorData
    Dim index As Integer
     
    instance.DeleteView(index)
    public void DeleteView( 
       int index
    )
    public: void DeleteView( 
       int index
    ) 
    public:
    void DeleteView( 
       int index
    ) 

    Parameters

    index
    Index of View to be removed.
    See Also