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


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

INetTopologyEditGEN.DeleteByEIDs Method

Deletes the specified network elements from the logical network.

[Visual Basic .NET]
Public Sub DeleteByEIDs ( _
    ByVal ElementType As esriElementType, _
    ByRef elementEIDs As Int32[]& _
)
[C#]
public void DeleteByEIDs (
    esriElementType ElementType,
    ref Int32[]& elementEIDs
);
[C++]
HRESULT DeleteByEIDs(
  esriElementType ElementType,
  SAFEARRAY(System.Int32)* elementEIDs
);
[C++]
Parameters
ElementType [in]

ElementType is a parameter of type esriElementType elementEIDs [in]
elementEIDs is a parameter of type SAFEARRAY(long)*

Product Availability

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

See Also

INetTopologyEditGEN Interface