ResultBridgeFactoriesAddFactory Method |
Add a custom factory to the set 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 AddFactory(
string bridgeName,
IResultBridgeFactory factory
)
Parameters
- bridgeName
- Type: SystemString
Name of bridge that the factory can create - factory
- Type: DHI.Mike1D.ResultDataAccessIResultBridgeFactory
Factory that can create new bridges
Return Value
Type:
BooleanTrue if added, false if the set of bridges already contains a name equal to the one specified.
See Also