ArcGIS Pro 2.9 API Reference Guide
CanCopyLayer Method (LayerFactory)

ArcGIS.Desktop.Mapping Namespace > LayerFactory Class : CanCopyLayer Method
The layer to be checked
Can the layer be copied. This method must be called on the MCT. Use QueuedTask.Run
Syntax
public bool CanCopyLayer( 
   Layer layer
)
Public Function CanCopyLayer( _
   ByVal layer As Layer _
) As Boolean

Parameters

layer
The layer to be checked

Return Value

True if the layer can be copied
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

LayerFactory Class
LayerFactory Members