Click or drag to resize

CSTRIStrcpy Method (CGXNETCore, String, String, Int32)

This method copies a string into another string.

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

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