ArcFM Engine Developer Guide
GetLine2D(EdgeInfo) Method


Get an edge's geometry using IComplexEdgeFeature, and return as a GeoLine.
Syntax
'Declaration
 
Public Overloads Overridable Function GetLine2D( _
   ByVal edge As EdgeInfo _
) As GeoLine
'Usage
 
Dim instance As GeodatabaseAccess
Dim edge As EdgeInfo
Dim value As GeoLine
 
value = instance.GetLine2D(edge)
public virtual GeoLine GetLine2D( 
   EdgeInfo edge
)

Parameters

edge

Return Value

EIDHelper is a faster way to get partial edge geometries. However, we've seen EIDHelper intermittently fail to retrieve errors on a few geometries. This method is provided as a fallback.
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