ArcFM Desktop Developer Guide
DoesNotContain Method


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function DoesNotContain( _
   ByVal phases As Phases, _
   ByVal checkForPhases As Phases _
) As Boolean
'Usage
 
Dim phases As Phases
Dim checkForPhases As Phases
Dim value As Boolean
 
value = PhaseExtensions.DoesNotContain(phases, checkForPhases)
[Extension()]
public static bool DoesNotContain( 
   Phases phases,
   Phases checkForPhases
)

Parameters

phases
checkForPhases
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

PhaseExtensions Class
PhaseExtensions Members

 

 


Send Comment