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