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)
Syntaxpublic double DistributedResistance { get; set; }Public Property DistributedResistance As Double
	Get
	Set
public:
virtual property double DistributedResistance {
	double get () sealed;
	void set (double value) sealed;
}Property Value
Type: 
DoubleImplements
ICrossSectionPointDistributedResistance
See Also