ArcFM Solution Developer Guide
GetSegmentsAdjacentToVertex Method


If the given point equals one of the vertices of the given path, returns the one or two line segments in the path that terminate on the given point, oriented such that P1 of each segment is the end that lies on the given point.
Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function GetSegmentsAdjacentToVertex( _
   ByVal path As SE.Geospatial.Spatial.PathGeometry, _
   ByVal vertex As SE.Geospatial.Spatial.Coordinate _
) As System.ValueTuple(Of LineSegment,LineSegment)
'Usage
 
Dim path As SE.Geospatial.Spatial.PathGeometry
Dim vertex As SE.Geospatial.Spatial.Coordinate
Dim value As System.ValueTuple(Of LineSegment,LineSegment)
 
value = SeSpatialExtensions.GetSegmentsAdjacentToVertex(path, vertex)
[System.Runtime.CompilerServices.Extension()]
public static System.ValueTuple<LineSegment,LineSegment> GetSegmentsAdjacentToVertex( 
   SE.Geospatial.Spatial.PathGeometry path,
   SE.Geospatial.Spatial.Coordinate vertex
)

Parameters

path
vertex
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

 

 


Send Comment