Click or drag to resize

IAbstractLocationSourceBoundarySetScaleFactor 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: 16.0.0.0 (11.1.1.1111)
Syntax
C#
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
See Also