This document is archived and information here might be outdated. Recommended version. |
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)*