ArcFM Engine Developer Guide
GetPointsForEdge Method (IGeometricElementHelper)


Get points for a line
Syntax
'Declaration
 
Function GetPointsForEdge( _
   ByVal edge As FeatureID _
) As List(Of XYPoint)
'Usage
 
Dim instance As IGeometricElementHelper
Dim edge As FeatureID
Dim value As List(Of XYPoint)
 
value = instance.GetPointsForEdge(edge)
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

IGeometricElementHelper Interface
IGeometricElementHelper Members

 

 


Send Comment