GateUseMomentumEquation Property  | 
 
            Flag to de-activate structure completely. If this flag is set, then
            the momentum equation will be used to set the coefficents in HDStructureGridPoint
            instead of the structure.  The flag is cleared the next time Control() is called.
            
            This is used in HDStructureGridPoint to determine if the structure should be active 
            or or if the coefficients should be set using a HDQGridPoint.
            
 
    Namespace: 
   DHI.Mike1D.StructureModule
    Assembly:
   DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic bool UseMomentumEquation { get; set; }Public Property UseMomentumEquation As Boolean
	Get
	Set
public:
property bool UseMomentumEquation {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also