XSBaseProcessedResistanceFactors Property |
Processed resistance factors. Their type corresponds to the
Resistance formulation specified in
FlowResistance.
Namespace:
DHI.Mike1D.CrossSectionModule
Assembly:
DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public double[] ProcessedResistanceFactors { get; }
Public ReadOnly Property ProcessedResistanceFactors As Double()
Get
public:
property array<double>^ ProcessedResistanceFactors {
array<double>^ get ();
}
Property Value
Type:
DoubleRemarks
These factors will not be changed if any of the convert functions are
called. The result of the convert functions are stored in
ModifiedResistanceFactors.
See Also