Click or drag to resize

CMAPLReplaceString Method

Adds a replacement string to a mapplot control file.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ReplaceString(
	string var,
	string repl
)

public void ReplaceString(
	string var,
	string repl
)

Parameters

var
Type: SystemString
Variable
repl
Type: SystemString
Replacement
See Also