ArcFM Solution Developer Guide
CheckRectangleOverlap Method


Syntax
'Declaration
 
Public Shared Function CheckRectangleOverlap( _
   ByVal left1 As System.Double, _
   ByVal right1 As System.Double, _
   ByVal top1 As System.Double, _
   ByVal bottom1 As System.Double, _
   ByVal left2 As System.Double, _
   ByVal right2 As System.Double, _
   ByVal top2 As System.Double, _
   ByVal bottom2 As System.Double _
) As System.Boolean
'Usage
 
Dim left1 As System.Double
Dim right1 As System.Double
Dim top1 As System.Double
Dim bottom1 As System.Double
Dim left2 As System.Double
Dim right2 As System.Double
Dim top2 As System.Double
Dim bottom2 As System.Double
Dim value As System.Boolean
 
value = ConduitLayoutGeometry.CheckRectangleOverlap(left1, right1, top1, bottom1, left2, right2, top2, bottom2)
public static System.bool CheckRectangleOverlap( 
   System.double left1,
   System.double right1,
   System.double top1,
   System.double bottom1,
   System.double left2,
   System.double right2,
   System.double top2,
   System.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