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
)
Public Function Extrapolate (
location As ILocation
) As ICrossSection
public:
virtual ICrossSection^ Extrapolate(
ILocation^ location
) sealed
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