ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp Namespace / TopicMap Class / Remove Method / Remove(String) Method
The key of the element to remove.

In This Topic
    Remove(String) Method
    In This Topic
    Removes the value with the specified path from the TopicMap
    Syntax
    'Declaration
     
    Public Overloads Sub Remove( _
       ByVal path As System.String _
    ) 
    public void Remove( 
       System.string path
    )

    Parameters

    path
    The key of the element to remove.
    Exceptions
    ExceptionDescription
    path is null.
    See Also