Remove

SubPathCollection.Remove method

Deletes the SubPath element.

public bool Remove(SubPath item)
ParameterTypeDescription
itemSubPathSubPath object that will be deleted.

Return Value

True - if element found; otherwise, false.

See Also