BridgeBaseUseAlpha Property  | 
 
            The velocity distribution coefficient for bridge calculations is set to unity per default.
            The coefficient may be calculated based on conveyance distribution.
            Default value: false
            
 
    Namespace: 
   DHI.Mike1D.StructureModule
    Assembly:
   DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic bool UseAlpha { get; set; }Public Property UseAlpha As Boolean
	Get
	Set
public:
virtual property bool UseAlpha {
	bool get () sealed;
	void set (bool value) sealed;
}Property Value
Type: 
BooleanImplements
IBridgeStructureUseAlpha
See Also