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


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

IGPToolExtension.CanEditSource Method

Returns whether or not the source for the tool extension can be edited.

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

Product Availability

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

See Also

IGPToolExtension Interface