ArcFM Engine Developer Guide
LiesOnLineSegment(Coordinate,LineSegment,Double) Method


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Function LiesOnLineSegment( _
   ByVal p As SE.Geospatial.Spatial.Coordinate, _
   ByVal lineSegment As SE.Geospatial.Spatial.LineSegment, _
   ByVal tolerance As Double _
) As Boolean
'Usage
 
Dim p As SE.Geospatial.Spatial.Coordinate
Dim lineSegment As SE.Geospatial.Spatial.LineSegment
Dim tolerance As Double
Dim value As Boolean
 
value = SeSpatialExtensions.LiesOnLineSegment(p, lineSegment, tolerance)
[Extension()]
public static bool LiesOnLineSegment( 
   SE.Geospatial.Spatial.Coordinate p,
   SE.Geospatial.Spatial.LineSegment lineSegment,
   double tolerance
)

Parameters

p
lineSegment
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