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


IGPToolExtensionFactory.CanEdit Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPToolExtensionFactory.CanEdit Method

Returns whether or not the factory supports editing instances of the tool extension.

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

Product Availability

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

See Also

IGPToolExtensionFactory Interface