HydraulicParametersMoveParameterSetClosestToArea Method  | 
 
            By interpolation the parameter set that has an area closest to fraction*max_area 
            is moved to excactly fraction*max_area.
            
 
    Namespace: 
   DHI.Mike1D.StructureModule
    Assembly:
   DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic void MoveParameterSetClosestToArea(
	double area,
	out int indexFull
)
Public Sub MoveParameterSetClosestToArea ( 
	area As Double,
	<OutAttribute> ByRef indexFull As Integer
)
public:
void MoveParameterSetClosestToArea(
	double area, 
	[OutAttribute] int% indexFull
)
Parameters
- area
 - Type: SystemDouble
Area where the parameter set should be moved to - indexFull
 - Type: SystemInt32
[Missing <param name="indexFull"/> documentation for "M:DHI.Mike1D.StructureModule.HydraulicParameters.MoveParameterSetClosestToArea(System.Double,System.Int32@)"]
 
See Also