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


IGPTool.Store Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPTool.Store Method

Stores the current state of the tool to the toolbox.

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

Product Availability

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

See Also

IGPTool Interface