ComponentOne DynamicHelp for WinForms
Remove(String) Method

C1.Win.C1DynamicHelp.4 Assembly > C1.Win.C1DynamicHelp Namespace > TopicMap Class > Remove Method : Remove(String) Method
The key of the element to remove.
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

Reference

TopicMap Class
TopicMap Members
Overload List