CrossSectionDataAdd Method

Add the crossSection based on its location id and chainage and topoID.

If a cross section gets its location updated after insertion into the collection, it needs to be removed and reinserted into the collection.

Definition

Namespace: DHI.Mike1D.CrossSectionModule
Assembly: DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void Add(
	ICrossSection cs
)

Parameters

cs  ICrossSection

[Missing <param name="cs"/> documentation for "M:DHI.Mike1D.CrossSectionModule.CrossSectionData.Add(DHI.Mike1D.CrossSectionModule.ICrossSection)"]

See Also