Windward Engine API Reference
TrackErrors Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > Report Class : TrackErrors Property




Glossary Item Box

Turn on/off the error handling functionality. Call this method on an instance of Report class before calling its Process* methods. The error handling is off by default. Use values of ERROR_HANDLING enumeration.

Syntax

Visual Basic (Declaration) 
Public WriteOnly Property TrackErrors As Report.ERROR_HANDLING
Visual Basic (Usage)Copy Code
Dim instance As Report
 
instance.TrackErrors = value
C# 
public Report.ERROR_HANDLING TrackErrors {set;}
Managed Extensions for C++ 
public: __property void set_TrackErrors( 
   Report.ERROR_HANDLING value
);
C++/CLI 
public:
property Report.ERROR_HANDLING TrackErrors {
   void set (    Report.ERROR_HANDLING value);
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2020 All Rights Reserved.