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 > INetTopologyEditGEN Interface > INetTopologyEditGEN.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, _ ByRef elementEIDs As Int32[]& _ )
[C#] public void DeleteByEIDs ( esriElementType ElementType, ref Int32[]& elementEIDs );
[C++]
HRESULT DeleteByEIDs(
esriElementType ElementType,
elementEIDs* elementEIDs
);
[C++]
Parameters ElementType [in]
ElementType is a parameter of type esriElementType elementEIDs [in] elementEIDs is a parameter of type