Click or drag to resize

CSYSCreateClipboardWA Method

Create a WA to write text on the clipboard.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CWA CreateClipboardWA()

public static CWA CreateClipboardWA()

Return Value

Type: CWA
WA to use for reading.
Remarks
Destroy the WA as soon as possible. As long as it open the clipboard is not accessible from any application.
See Also