Click or drag to resize

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: 19.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: IResultBridgeFactory
A new bridge factory. Null if no bridge factory exist for the specified bridge name.
See Also