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.
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
)
Public Sub Add (
cs As ICrossSection
)
public:
void Add(
ICrossSection^ cs
)
Parameters
- cs
- Type: DHI.Mike1D.CrossSectionModuleICrossSection
[Missing <param name="cs"/> documentation for "M:DHI.Mike1D.CrossSectionModule.CrossSectionData.Add(DHI.Mike1D.CrossSectionModule.ICrossSection)"]
See Also