[vtkusers] redirecting outputwindow to a file in dotnet with	SourceForge wrapper lib
    Theodore Holden 
    theodoreholden at yahoo.com
       
    Sat May 30 19:32:48 EDT 2009
    
    
  
This might save somebody the trouble of figuring out the syntax for doing this in dotnet...
            fow = new vtkFileOutputWindow();
            fow.SetFileName("c:\\temp\\vtklogname.txt");
            vtkOutputWindow.SetInstance(fow);
Ted
      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20090530/dd9395e0/attachment.htm>
    
    
More information about the vtkusers
mailing list