com.esri.arcgis.geodatabase
Interface ISimpleEdgeFeature

All Superinterfaces:
Serializable
All Known Implementing Classes:
SimpleEdgeFeature

public interface ISimpleEdgeFeature
extends Serializable

Provides access to the ID of a simple edge feature.

Remarks

A simple edge has a one-to-one correspondence between the feature in the geometric network and the edge element in the logical network.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
IComplexNetworkFeature, IJunctionFeature, INetworkFeature.connect(), IEdgeFeature, IComplexJunctionFeature, IComplexEdgeFeature, INetworkFeatureEvents, ISimpleJunctionFeature, ISimpleEdgeFeature, INetworkFeature

Method Summary
 int getEID()
          The logical network element ID of this edge.
 

Method Detail

getEID

int getEID()
           throws IOException,
                  AutomationException
The logical network element ID of this edge.

Remarks

Returns the simple edge feature's element ID in the logical network. The EID property should not be used to traverse the geometric network. The IForwardStar interface on the Network Object Model should be used for traversing the network.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Returns:
The elementID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.