ArcFM Responder Mobile Developer Guide
GetPointForJunction Method (GeometricElementHelper)






Get the xy point for a junctionFeature
Syntax
'Declaration
 
Public Function GetPointForJunction( _
   ByVal junction As FeatureID _
) As System.Nullable(Of XYPoint)
'Usage
 
Dim instance As GeometricElementHelper
Dim junction As FeatureID
Dim value As System.Nullable(Of XYPoint)
 
value = instance.GetPointForJunction(junction)
public System.Nullable<XYPoint> GetPointForJunction( 
   FeatureID junction
)
public function GetPointForJunction( 
    junction: FeatureID
): System.Nullable; 
public function GetPointForJunction( 
   junction : FeatureID
) : System.Nullable;
public: System.Nullable<XYPoint> GetPointForJunction( 
   FeatureID* junction
) 
public:
System.Nullable<XYPoint> GetPointForJunction( 
   FeatureID^ junction
) 

Parameters

junction
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