Click or drag to resize

CSTRIStrcpy Method (CGXNETCore, String, String)

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
)

public static void IStrcpy(
	CGXNETCore gxNetShared,
	ref string dest,
	string orig
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
dest
Type: SystemString
Destination string
orig
Type: SystemString
Origin string
See Also