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: 16.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:
BooleanTrue if removed, false if not part of the set of factories.
See Also