Click or drag to resize

ResultBridgeFactoriesRemoveFactory Method

Remove the bridge factory with the given name from the list of available factories.

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static bool RemoveFactory(
	string bridgeName
)

Parameters

bridgeName
Type: SystemString
Name of bridge factory

Return Value

Type: Boolean
True if removed, false if not part of the set of factories.
See Also