ResultBridgeFactoriesGetFactory Method |
Get a factory that can create a bridge supporting the specified bridge name
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 IResultBridgeFactory GetFactory(
string bridgeName
)
Parameters
- bridgeName
- Type: SystemString
Name of bridge to get factory for
Return Value
Type:
IResultBridgeFactoryA new bridge factory. Null if no bridge factory exist for the specified bridge name.
See Also