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


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

IGPToolEdit.CanCopy Method

Returns whether or not the tool can be copied.

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

Product Availability

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

See Also

IGPToolEdit Interface