ArcFM Desktop Developer Guide
LinesCross Method


Syntax
'Declaration
 
Public Function LinesCross( _
   ByVal site As Integer, _
   ByVal parcel As Integer, _
   ByVal otherSite As Integer, _
   ByVal otherParcel As Integer _
) As Boolean
'Usage
 
Dim instance As DistanceMatrix
Dim site As Integer
Dim parcel As Integer
Dim otherSite As Integer
Dim otherParcel As Integer
Dim value As Boolean
 
value = instance.LinesCross(site, parcel, otherSite, otherParcel)
public bool LinesCross( 
   int site,
   int parcel,
   int otherSite,
   int otherParcel
)

Parameters

site
parcel
otherSite
otherParcel
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

DistanceMatrix Class
DistanceMatrix Members

 

 


Send Comment