ArcFM Mobile Developer Guide
UseAssertions Property


Version: 10.2.1b

Resource Center Home

Set this if you wish to use Trace Assert statements instead of exception handling. (The Check class uses exception handling by default.)
Syntax
'Declaration
 
Public Shared Property UseAssertions As Boolean
'Usage
 
Dim value As Boolean
 
Check.UseAssertions = value
 
value = Check.UseAssertions
public static bool UseAssertions {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Check Class
Check Members

 

 


Send Comment