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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
DeleteByEIDs removes the specified array of elements from the network.
Only use this method on stand-alone logical networks.
[C#]
This method is not callable from C#. Please use INetTopologyEditGEN::DeleteByEIDs.
[Visual Basic .NET]
This method is not callable from VB.NET. Please use INetTopologyEditGEN::DeleteByEIDs.