ArcFM Engine Developer Guide
CheckRectangleOverlap Method


Syntax
'Declaration
 
Public Shared Function CheckRectangleOverlap( _
   ByVal left1 As Double, _
   ByVal right1 As Double, _
   ByVal top1 As Double, _
   ByVal bottom1 As Double, _
   ByVal left2 As Double, _
   ByVal right2 As Double, _
   ByVal top2 As Double, _
   ByVal bottom2 As Double _
) As Boolean
'Usage
 
Dim left1 As Double
Dim right1 As Double
Dim top1 As Double
Dim bottom1 As Double
Dim left2 As Double
Dim right2 As Double
Dim top2 As Double
Dim bottom2 As Double
Dim value As Boolean
 
value = ConduitLayoutGeometry.CheckRectangleOverlap(left1, right1, top1, bottom1, left2, right2, top2, bottom2)
public static bool CheckRectangleOverlap( 
   double left1,
   double right1,
   double top1,
   double bottom1,
   double left2,
   double right2,
   double top2,
   double bottom2
)

Parameters

left1
right1
top1
bottom1
left2
right2
top2
bottom2
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

ConduitLayoutGeometry Class
ConduitLayoutGeometry Members

 

 


Send Comment