public double GetOutletFlow(int drainageNetworkInstanceID)
 {
     return(MohidLandEngineDLLAccess.GetOutletFlow(ref drainageNetworkInstanceID));
 }