|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISimpleEdgeFeature
Provides access to the ID of a simple edge feature.
A simple edge has a one-to-one correspondence between the feature in the geometric network and the edge element in the logical network.
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 |
---|
int getEID() throws IOException, AutomationException
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.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |