This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetTopologyEdit Interface > INetTopologyEdit.DeleteByEIDs Method (ArcObjects .NET 10.5 SDK) |
Deletes the specified network elements from the logical network.
[Visual Basic .NET] Public Sub DeleteByEIDs ( _ ByVal ElementType As esriElementType, _ ByVal ElementCount As Integer, _ ByRef elementEIDs As Integer _ )
[C#] public void DeleteByEIDs ( esriElementType ElementType, int ElementCount, ref int elementEIDs );
[C++]
HRESULT DeleteByEIDs(
esriElementType ElementType,
long ElementCount,
long* elementEIDs
);
[C++]
Parameters ElementType [in]
ElementType is a parameter of type esriElementType ElementCount [in] ElementCount is a parameter of type long elementEIDs [in] elementEIDs is a parameter of type long
DeleteByEIDs removes the specified array of elements from the network.
Only use this method on stand-alone logical networks.
This method is not callable from C#. Please use INetTopologyEditGEN::DeleteByEIDs.
This method is not callable from VB.NET. Please use INetTopologyEditGEN::DeleteByEIDs.