This document is archived and information here might be outdated.  Recommended version.


INetTopologyEdit.DeleteByEID Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetTopologyEdit Interface > INetTopologyEdit.DeleteByEID Method
ArcGIS Developer Help

INetTopologyEdit.DeleteByEID Method

Deletes the specified network element from the logical network.

[Visual Basic .NET]
Public Sub DeleteByEID ( _
    ByVal EID As Integer, _
    ByVal ElementType As esriElementType _
)
[C#]
public void DeleteByEID (
    int EID,
    esriElementType ElementType
);
[C++]
HRESULT DeleteByEID(
  long EID,
  esriElementType ElementType
);
[C++]
Parameters
EID [in]

EID is a parameter of type long ElementType [in]
ElementType is a parameter of type esriElementType

Product Availability

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

Remarks

DeleteByEID removes the specified element from the network.  Only use this method on a stand-alone logical network.

See Also

INetTopologyEdit Interface