Click or drag to resize

ICrossSectionExtrapolate 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: 16.0.0.0 (11.1.1.1111)
Syntax
C#
ICrossSection Extrapolate(
	ILocation Location
)

Parameters

Location
Type: DHI.Mike1D.GenericILocation

Return Value

Type: ICrossSection
See Also