[]
        
(Showing Draft Content)

C1.Win.C1DynamicHelp.TopicMap.Remove

Remove Method

Remove(object)

Removes the value with the specified uiElement from the TopicMap

Declaration
public void Remove(object uiElement)
Parameters
Type Name Description
object uiElement

The key of the element to remove.

Exceptions
Type Condition
ArgumentNullException

uiElement is null.

Remove(string)

Removes the value with the specified path from the TopicMap

Declaration
public void Remove(string path)
Parameters
Type Name Description
string path

The key of the element to remove.

Exceptions
Type Condition
ArgumentNullException

path is null.