ArcFM Solution Developer Guide
CheckCircleOverlap Method


Syntax
'Declaration
 
Public Shared Function CheckCircleOverlap( _
   ByVal x1 As System.Double, _
   ByVal y1 As System.Double, _
   ByVal x2 As System.Double, _
   ByVal y2 As System.Double, _
   ByVal r1 As System.Double, _
   ByVal r2 As System.Double _
) As System.Boolean
'Usage
 
Dim x1 As System.Double
Dim y1 As System.Double
Dim x2 As System.Double
Dim y2 As System.Double
Dim r1 As System.Double
Dim r2 As System.Double
Dim value As System.Boolean
 
value = ConduitLayoutGeometry.CheckCircleOverlap(x1, y1, x2, y2, r1, r2)
public static System.bool CheckCircleOverlap( 
   System.double x1,
   System.double y1,
   System.double x2,
   System.double y2,
   System.double r1,
   System.double r2
)

Parameters

x1
y1
x2
y2
r1
r2
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