ArcFM Engine Developer Guide
GetPointForJunction Method (IGeometricElementHelper)


Get the xy point for a junctionFeature
Syntax
'Declaration
 
Function GetPointForJunction( _
   ByVal junction As FeatureID _
) As Nullable(Of XYPoint)
'Usage
 
Dim instance As IGeometricElementHelper
Dim junction As FeatureID
Dim value As Nullable(Of XYPoint)
 
value = instance.GetPointForJunction(junction)
Nullable<XYPoint> GetPointForJunction( 
   FeatureID junction
)

Parameters

junction
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