Deletes objects that were transfered.
[Visual Basic .NET] Public Sub Delete ( _ ByVal from As IEnumNameMapping, _ ByVal toName As IName _ )
[C#] public void Delete ( IEnumNameMapping from, IName toName );
[C++]
HRESULT Delete(
IEnumNameMapping* from,
IName* toName
);
[C++]Parameters
from [in]from is a parameter of type IEnumNameMapping
toName [in]toName is a parameter of type IName
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.