Click or drag to resize

CrossSectionLocatedExtrapolate Method

Returns an extrapolated CrossSection, i.e., a copy of this cross section at the new location.

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public ICrossSection Extrapolate(
	ILocation location
)

Parameters

location
Type: DHI.Mike1D.GenericILocation

[Missing <param name="location"/> documentation for "M:DHI.Mike1D.CrossSectionModule.CrossSectionLocated.Extrapolate(DHI.Mike1D.Generic.ILocation)"]

Return Value

Type: ICrossSection

[Missing <returns> documentation for "M:DHI.Mike1D.CrossSectionModule.CrossSectionLocated.Extrapolate(DHI.Mike1D.Generic.ILocation)"]

Implements

ICrossSectionExtrapolate(ILocation)
See Also