ValveFlowFactorTable Property  | 
 
            Table holding flow factor as a function of opening (as fraction [0;1]).
            
 
    Namespace: 
   DHI.Mike1D.StructureModule
    Assembly:
   DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic IXYTable FlowFactorTable { get; set; }Public Property FlowFactorTable As IXYTable
	Get
	Set
public:
virtual property IXYTable^ FlowFactorTable {
	IXYTable^ get () sealed;
	void set (IXYTable^ value) sealed;
}Property Value
Type: 
IXYTableImplements
IValveFlowFactorTable
See Also