ArcFM Responder Mobile Developer Guide
GetPointForJunction Method (IGeometricElementHelper)






Get the xy point for a junctionFeature
Syntax
'Declaration
 
Function GetPointForJunction( _
   ByVal junction As FeatureID _
) As System.Nullable(Of XYPoint)
'Usage
 
Dim instance As IGeometricElementHelper
Dim junction As FeatureID
Dim value As System.Nullable(Of XYPoint)
 
value = instance.GetPointForJunction(junction)
System.Nullable<XYPoint> GetPointForJunction( 
   FeatureID junction
)
function GetPointForJunction( 
    junction: FeatureID
): System.Nullable; 
function GetPointForJunction( 
   junction : FeatureID
) : System.Nullable;
System.Nullable<XYPoint> GetPointForJunction( 
   FeatureID* junction
) 
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

IGeometricElementHelper Interface
IGeometricElementHelper Members

Send Feedback