Click or drag to resize

IStructureCollectionLoad Method (PFSSection, String, ControlData, IDiagnostics)

Loads a collection of structures from a file or data base.

Namespace:  DHI.Mike1D.StructureModule
Assembly:  DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
void Load(
	PFSSection section,
	string bridgeName,
	ControlData controlData,
	IDiagnostics diagnostics
)

Parameters

section
Type: PFSSection
Structure section in PFS data structure.
bridgeName
Type: SystemString
Name of bride
controlData
Type: DHI.Mike1D.ControlModuleControlData
Control data for control structures
diagnostics
Type: DHI.Mike1D.GenericIDiagnostics
See Also