ArcFM Server Developer Guide
PointLiesOnLineSegment(PointGeometry3D,LineSegment,Double) Method


Syntax
'Declaration
 
Public Overloads Shared Function PointLiesOnLineSegment( _
   ByVal p As SE.Geospatial.Spatial.PointGeometry3D, _
   ByVal wallLine As SE.Geospatial.Spatial.LineSegment, _
   ByVal tolerance As Double _
) As Boolean
'Usage
 
Dim p As SE.Geospatial.Spatial.PointGeometry3D
Dim wallLine As SE.Geospatial.Spatial.LineSegment
Dim tolerance As Double
Dim value As Boolean
 
value = SeSpatialExtensions.PointLiesOnLineSegment(p, wallLine, tolerance)
public static bool PointLiesOnLineSegment( 
   SE.Geospatial.Spatial.PointGeometry3D p,
   SE.Geospatial.Spatial.LineSegment wallLine,
   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