This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET] Public Function DeleteByID ( _ ByVal LayerOrTableID As Integer, _ ByVal idsOfObjectsToDelete As ILongArray _ ) As IEditResults
[C#] public IEditResults DeleteByID ( int LayerOrTableID, ILongArray idsOfObjectsToDelete );
[C++]
HRESULT DeleteByID(
long LayerOrTableID,
ILongArray* idsOfObjectsToDelete
);
[C++] Parameters LayerOrTableID [in]
LayerOrTableID is a parameter of type long idsOfObjectsToDelete [in]
idsOfObjectsToDelete is a parameter of type ILongArray*