ArcFM Engine Developer Guide
GetPointsForEdge Method (GeometricElementHelper)


Get the xy point for an edge
Syntax
'Declaration
 
Public Function GetPointsForEdge( _
   ByVal edge As FeatureID _
) As List(Of XYPoint)
'Usage
 
Dim instance As GeometricElementHelper
Dim edge As FeatureID
Dim value As List(Of XYPoint)
 
value = instance.GetPointsForEdge(edge)
public List<XYPoint> GetPointsForEdge( 
   FeatureID edge
)

Parameters

edge
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

GeometricElementHelper Class
GeometricElementHelper Members

 

 


Send Comment