ArcFM Mobile Developer Guide
Require(Boolean,String) Method


Version: 10.2.1b

Resource Center Home

Precondition check - should run regardless of preprocessor directives.
Syntax
'Declaration
 
Public Overloads Shared Sub Require( _
   ByVal assertion As Boolean, _
   ByVal message As String _
) 
'Usage
 
Dim assertion As Boolean
Dim message As String
 
Check.Require(assertion, message)
public static void Require( 
   bool assertion,
   string message
)

Parameters

assertion
message
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
Overload List

 

 


Send Comment