ArcObjects Library Reference (GeoDatabase)  

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,
  elementEIDs* elementEIDs
);
[C++]

Parameters

ElementType [in]

  ElementType is a parameter of type esriElementType

elementEIDs [in]   elementEIDs is a parameter of type

Product Availability

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

See Also

INetTopologyEditGEN Interface