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
 
Public Overloads Overridable Function GetLine2D( _
   ByVal edgeFeature As IObject, _
   ByVal fromJunctionEID As Integer, _
   ByVal toJunctionEID As Integer _
) As GeoLine
'Usage
 
Dim instance As GeodatabaseAccess
Dim edgeFeature As IObject
Dim fromJunctionEID As Integer
Dim toJunctionEID As Integer
Dim value As GeoLine
 
value = instance.GetLine2D(edgeFeature, fromJunctionEID, toJunctionEID)
public virtual 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

GeodatabaseAccess Class
GeodatabaseAccess Members
Overload List

 

 


Send Comment