ArcFM Desktop Developer Guide
GetLine2D(IObject,Int32,Int32) Method


Gets a GeoLine for the partial edge, as defined by the from and to juntion EIDs. This method uses IComplexEdgeFeature, and is only provided for the cases when the more performant method, using EIDHelper, fails for any reason.
Syntax
'Declaration
 
Overloads Function GetLine2D( _
   ByVal edgeFeature As IObject, _
   ByVal fromJunctionEID As Integer, _
   ByVal toJunctionEID As Integer _
) As GeoLine
'Usage
 
Dim instance As IGeometryExtraction
Dim edgeFeature As IObject
Dim fromJunctionEID As Integer
Dim toJunctionEID As Integer
Dim value As GeoLine
 
value = instance.GetLine2D(edgeFeature, fromJunctionEID, toJunctionEID)
GeoLine GetLine2D( 
   IObject edgeFeature,
   int fromJunctionEID,
   int toJunctionEID
)

Parameters

edgeFeature
fromJunctionEID
toJunctionEID
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

IGeometryExtraction Interface
IGeometryExtraction Members
Overload List

 

 


Send Comment