ISolveInterface.RemoveAllProjects (method)

Remove all projects from the list of connected projects.
Syntax: SCODE = object.RemoveAllProjects ( )
Description: browser.RemoveAllProjects removes all projects from the list of connected projects. Returns S_OK on success, S_FALSE if there was an error.


Example

Dim i As Variant
i = browser.RemoveAllProjects()
If CInt(i) <> 0 Then MsgBox "Failed to remove all projects"