Click or drag to resize

CrossSectionPointDistributedResistance Property

The distributed resistance factor for this point. Value only applies when owning cross section's ResistanceDistribution is Distributed. The EUM unit and type depend on the cross sections ResistanceFormulation. You should use GetResistance(XSBaseRaw, ICrossSectionPoint, CrossSectionPointList) to retrieve the resistance factor for the actual ResistanceDistribution.

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 DistributedResistance { get; set; }

Property Value

Type: Double

Implements

ICrossSectionPointDistributedResistance
See Also