ArcFM Solution Developer Guide
IsOverlappingAnyDuct Method


Syntax
'Declaration
 
Public Function IsOverlappingAnyDuct( _
   ByVal allDuctEnds As System.Collections.Generic.List(Of DuctEndViewModel), _
   ByVal currentDuctEnd As DuctEndViewModel _
) As System.Boolean
'Usage
 
Dim instance As VaultSurfaceViewModel
Dim allDuctEnds As System.Collections.Generic.List(Of DuctEndViewModel)
Dim currentDuctEnd As DuctEndViewModel
Dim value As System.Boolean
 
value = instance.IsOverlappingAnyDuct(allDuctEnds, currentDuctEnd)
public System.bool IsOverlappingAnyDuct( 
   System.Collections.Generic.List<DuctEndViewModel> allDuctEnds,
   DuctEndViewModel currentDuctEnd
)

Parameters

allDuctEnds
currentDuctEnd
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

VaultSurfaceViewModel Class
VaultSurfaceViewModel Members

 

 


Send Comment