Click or drag to resize
CSTRIStrcpy Method (CGXNETCore, String, String, Int32)
This method copies a string into another string.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void IStrcpy(
	CGXNETCore gxNetShared,
	ref string dest,
	string orig,
	int size
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
dest
Type: SystemString
Destination string
orig
Type: SystemString
Origin string
size
Type: SystemInt32
Size of the destination string
See Also