InterpolateXSRawGetIntermediateCrossSection Method

Interpolates in the raw data using the M11CrossSectionAlg.dll. It is the same interpolation as in the Cross Section Editor (crossectionedit.dll)

The two cross sections must be based on raw data, being either an open cross section or a closed polygon.

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 static CrossSectionLocated GetIntermediateCrossSection(
	ILocation location,
	string Topo_ID,
	CrossSectionLocated xsBefore,
	CrossSectionLocated xsAfter,
	Diagnostics diagnostics
)

Parameters

location  ILocation

[Missing <param name="location"/> documentation for "M:DHI.Mike1D.CrossSectionModule.InterpolateXSRaw.GetIntermediateCrossSection(DHI.Mike1D.Generic.ILocation,System.String,DHI.Mike1D.CrossSectionModule.CrossSectionLocated,DHI.Mike1D.CrossSectionModule.CrossSectionLocated,DHI.Mike1D.Generic.Diagnostics)"]

Topo_ID  String

[Missing <param name="Topo_ID"/> documentation for "M:DHI.Mike1D.CrossSectionModule.InterpolateXSRaw.GetIntermediateCrossSection(DHI.Mike1D.Generic.ILocation,System.String,DHI.Mike1D.CrossSectionModule.CrossSectionLocated,DHI.Mike1D.CrossSectionModule.CrossSectionLocated,DHI.Mike1D.Generic.Diagnostics)"]

xsBefore  CrossSectionLocated

[Missing <param name="xsBefore"/> documentation for "M:DHI.Mike1D.CrossSectionModule.InterpolateXSRaw.GetIntermediateCrossSection(DHI.Mike1D.Generic.ILocation,System.String,DHI.Mike1D.CrossSectionModule.CrossSectionLocated,DHI.Mike1D.CrossSectionModule.CrossSectionLocated,DHI.Mike1D.Generic.Diagnostics)"]

xsAfter  CrossSectionLocated

[Missing <param name="xsAfter"/> documentation for "M:DHI.Mike1D.CrossSectionModule.InterpolateXSRaw.GetIntermediateCrossSection(DHI.Mike1D.Generic.ILocation,System.String,DHI.Mike1D.CrossSectionModule.CrossSectionLocated,DHI.Mike1D.CrossSectionModule.CrossSectionLocated,DHI.Mike1D.Generic.Diagnostics)"]

diagnostics  Diagnostics

[Missing <param name="diagnostics"/> documentation for "M:DHI.Mike1D.CrossSectionModule.InterpolateXSRaw.GetIntermediateCrossSection(DHI.Mike1D.Generic.ILocation,System.String,DHI.Mike1D.CrossSectionModule.CrossSectionLocated,DHI.Mike1D.CrossSectionModule.CrossSectionLocated,DHI.Mike1D.Generic.Diagnostics)"]

Return Value

CrossSectionLocated

[Missing <returns> documentation for "M:DHI.Mike1D.CrossSectionModule.InterpolateXSRaw.GetIntermediateCrossSection(DHI.Mike1D.Generic.ILocation,System.String,DHI.Mike1D.CrossSectionModule.CrossSectionLocated,DHI.Mike1D.CrossSectionModule.CrossSectionLocated,DHI.Mike1D.Generic.Diagnostics)"]

See Also