Click or drag to resize

CrossSectionDataFactoryOpen Method (String, IDiagnostics)

Read CrossSectionData from file specified, assuming bridgename equals the extension.

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public CrossSectionData Open(
	string filePath,
	IDiagnostics diagnostics
)

Parameters

filePath
Type: SystemString
File to read
diagnostics
Type: DHI.Mike1D.GenericIDiagnostics
Diagnostics object to report issues to.

Return Value

Type: CrossSectionData
Populated data access component
See Also