DistributedSourceBoundarySetScaleFactor Method (ILocationSpan, Double) |
Set scale factor for location span
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(
ILocationSpan locationSpan,
double scaleFactor
)
Public Sub SetScaleFactor (
locationSpan As ILocationSpan,
scaleFactor As Double
)
public:
virtual void SetScaleFactor(
ILocationSpan^ locationSpan,
double scaleFactor
) sealed
Parameters
- locationSpan
- Type: DHI.Mike1D.GenericILocationSpan
[Missing <param name="locationSpan"/> documentation for "M:DHI.Mike1D.BoundaryModule.DistributedSourceBoundary.SetScaleFactor(DHI.Mike1D.Generic.ILocationSpan,System.Double)"]
- scaleFactor
- Type: SystemDouble
[Missing <param name="scaleFactor"/> documentation for "M:DHI.Mike1D.BoundaryModule.DistributedSourceBoundary.SetScaleFactor(DHI.Mike1D.Generic.ILocationSpan,System.Double)"]
Implements
IDistributedSourceBoundarySetScaleFactor(ILocationSpan, Double)See Also