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.

Definition

Namespace: DHI.Mike1D.CrossSectionModule
Assembly: DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public double DistributedResistance { get; set; }

Property Value

Double

Implements

ICrossSectionPointDistributedResistance

See Also