ArcFM Mobile Developer Guide
Ensure(Boolean,String) Method


Version: 10.2.1b

Resource Center Home

Postcondition check.
Syntax
'Declaration
 
Public Overloads Shared Sub Ensure( _
   ByVal assertion As Boolean, _
   ByVal message As String _
) 
'Usage
 
Dim assertion As Boolean
Dim message As String
 
Check.Ensure(assertion, message)
public static void Ensure( 
   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