ArcFM Engine Developer Guide
GetLineSegments Method


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function GetLineSegments( _
   ByVal pathGeometry As SE.Geospatial.Spatial.PathGeometry _
) As List(Of LineSegment)
'Usage
 
Dim pathGeometry As SE.Geospatial.Spatial.PathGeometry
Dim value As List(Of LineSegment)
 
value = SeSpatialExtensions.GetLineSegments(pathGeometry)
[Extension()]
public static List<LineSegment> GetLineSegments( 
   SE.Geospatial.Spatial.PathGeometry pathGeometry
)

Parameters

pathGeometry
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