ArcFM Solution Developer Guide
PointLiesOnLineSegment(Coordinate,LineSegment,Double) Method


Syntax
'Declaration
 
Public Overloads Shared Function PointLiesOnLineSegment( _
   ByVal p As SE.Geospatial.Spatial.Coordinate, _
   ByVal wallLine As SE.Geospatial.Spatial.LineSegment, _
   ByVal tolerance As System.Double _
) As System.Boolean
'Usage
 
Dim p As SE.Geospatial.Spatial.Coordinate
Dim wallLine As SE.Geospatial.Spatial.LineSegment
Dim tolerance As System.Double
Dim value As System.Boolean
 
value = SeSpatialExtensions.PointLiesOnLineSegment(p, wallLine, tolerance)
public static System.bool PointLiesOnLineSegment( 
   SE.Geospatial.Spatial.Coordinate p,
   SE.Geospatial.Spatial.LineSegment wallLine,
   System.double tolerance
)

Parameters

p
wallLine
tolerance
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

SeSpatialExtensions Class
SeSpatialExtensions Members
Overload List

 

 


Send Comment