Click or drag to resize

AbstractLocationSourceBoundarySetScaleFactor Method (String, Double, IDiagnostics)

Set the scale factor for a NodeLocation. 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(
	string nodeId,
	double scaleFactor,
	IDiagnostics diagnostics
)

Parameters

nodeId
Type: SystemString
NodeId string
scaleFactor
Type: SystemDouble
Value of scalefactor
diagnostics
Type: DHI.Mike1D.GenericIDiagnostics

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

Implements

IAbstractLocationSourceBoundarySetScaleFactor(String, Double, IDiagnostics)
See Also