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: 19.0.0.0 (11.1.1.1111)
Syntax ICrossSection Extrapolate(
ILocation Location
)
Function Extrapolate (
Location As ILocation
) As ICrossSection
ICrossSection^ Extrapolate(
ILocation^ Location
)
Parameters
- Location
- Type: DHI.Mike1D.GenericILocation
[Missing <param name="Location"/> documentation for "M:DHI.Mike1D.CrossSectionModule.ICrossSection.Extrapolate(DHI.Mike1D.Generic.ILocation)"]
Return Value
Type:
ICrossSection[Missing <returns> documentation for "M:DHI.Mike1D.CrossSectionModule.ICrossSection.Extrapolate(DHI.Mike1D.Generic.ILocation)"]
See Also