Click or drag to resize

ICrossSectionPointDistributedResistance Property

The distributed resistance factor for this point. Value only applies of owning cross section's ResistanceDistribution is Distributed. The EUM unit and type depend on the cross sections ResistanceFormulation. You should use CrossSectionPoint.GetResistance to retrieve the resistance factor for the actual ResistanceDistribution; the getter is "at your risk".

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
double DistributedResistance { get; set; }

Property Value

Type: Double
See Also