Click or drag to resize

AbstractLocationSourceBoundarySetScaleFactor Method (ILocation, Double, IDiagnostics)

Set the scale factor for a PointLocation. By default all scale factors are 1.0.

Namespace:  DHI.Mike1D.BoundaryModule
Assembly:  DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void SetScaleFactor(
	ILocation pointLocation,
	double scaleFactor,
	IDiagnostics diagnostics
)

Parameters

pointLocation
Type: DHI.Mike1D.GenericILocation
Pointlocation to set scale factor
scaleFactor
Type: SystemDouble
Value of scalefactor
diagnostics
Type: DHI.Mike1D.GenericIDiagnostics

[Missing <param name="diagnostics"/> documentation for "M:DHI.Mike1D.BoundaryModule.AbstractLocationSourceBoundary.SetScaleFactor(DHI.Mike1D.Generic.ILocation,System.Double,DHI.Mike1D.Generic.IDiagnostics)"]

Implements

IAbstractLocationSourceBoundarySetScaleFactor(ILocation, Double, IDiagnostics)
See Also