ArcObjects Library Reference (Geoprocessing)  

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(
  VARIANT_BOOL* CanAlter
);
[C++]

Parameters

CanAlter [out, retval]   CanAlter is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPTool Interface