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