This document is archived and information here might be outdated.  Recommended version.


IGPDefaultNameList.RemoveAllOutputNames Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPDefaultNameList Interface > IGPDefaultNameList.RemoveAllOutputNames Method
ArcGIS Developer Help

IGPDefaultNameList.RemoveAllOutputNames Method

Removes all names from the list.

[Visual Basic .NET]
Public Sub RemoveAllOutputNames ( _
)
[C#]
public void RemoveAllOutputNames (
);
[C++]
HRESULT RemoveAllOutputNames(
void
);

Product Availability

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

See Also

IGPDefaultNameList Interface