IAbstractLocationSourceBoundarySetScaleFactor 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 void SetScaleFactor(
ILocation pointLocation,
double scaleFactor,
IDiagnostics diagnostics
)
Sub SetScaleFactor (
pointLocation As ILocation,
scaleFactor As Double,
diagnostics As IDiagnostics
)
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.IAbstractLocationSourceBoundary.SetScaleFactor(DHI.Mike1D.Generic.ILocation,System.Double,DHI.Mike1D.Generic.IDiagnostics)"]
See Also