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


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

IGPTool.CanAlter Method

Returns whether or not the properties of the tool can be modified.

[Visual Basic .NET]
Public Function CanAlter ( _
) As Boolean
[C#]
public bool CanAlter (
);
[C++]
HRESULT CanAlter(
void
);

Product Availability

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

See Also

IGPTool Interface