Click or drag to resize

ReachCrossSectionsAdd Method

Add cross section to set. This will fail if set is global.

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void Add(
	ICrossSection cs,
	IDiagnostics diagnostics
)

Parameters

cs
Type: DHI.Mike1D.CrossSectionModuleICrossSection
Cross section to add to set
diagnostics
Type: DHI.Mike1D.GenericIDiagnostics
Diagnostics object to report issues to.
See Also