Click or drag to resize

CSYSCreateClipboardRA Method

Create a RA to read text from the clipboard.

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

public static CRA CreateClipboardRA()

Return Value

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