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


IGPDefaultNameList.RemoveAllOutputNames Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

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