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


IGPToolExtensionGen.CanEditSource Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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

Parameters CanEdit [out, retval] CanEdit is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPToolExtensionGen Interface