Click or drag to resize
CSYSCreateClipboardWA Method
Create a WA to write text on 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 WA as soon as possible. As long as it open the clipboard is not accessible from any application.
Syntax
public static CWA CreateClipboardWA(
	CGXNETCore gxNetShared
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore

Return Value

Type: CWA
WA to use for reading.
See Also