BridgeBaseUseFHWAReachLength Property  | 
 
            The reach length for the FHWA method is determined based on an equal
            conveyance tube analysis. if the reach length should only be based on
            the physical distance from the adjacent cross section to the bridge
            the variable 'USE_FHWA_REACH_LENGTH' may be used.
            
 
    Namespace: 
   DHI.Mike1D.StructureModule
    Assembly:
   DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic bool UseFHWAReachLength { get; set; }Public Property UseFHWAReachLength As Boolean
	Get
	Set
public:
virtual property bool UseFHWAReachLength {
	bool get () sealed;
	void set (bool value) sealed;
}Property Value
Type: 
BooleanImplements
IBridgeStructureUseFHWAReachLength
See Also