ArcFM Responder Mobile Developer Guide
GetPointsForEdge Method (IGeometricElementHelper)






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

IGeometricElementHelper Interface
IGeometricElementHelper Members

Send Feedback