Click or drag to resize
CSYSCreateClipboardRA Method
Create a RA to read text from the clipboard.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Destroy the RA as soon as possible. As long as it open the clipboard is not accessible from any application.
Syntax
public static CRA CreateClipboardRA(
	CGXNETCore gxNetShared
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore

Return Value

Type: CRA
RA to use for reading.
See Also