ArcFM Responder Mobile Developer Guide
GetPointsForEdge Method (GeometricElementHelper)






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

Parameters

edge
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GeometricElementHelper Class
GeometricElementHelper Members

Send Feedback