Click or drag to resize

CMAPRepairBrokenGeosurfaceLinks Method

Replaces/repairs references to a geosurface inside a map.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void RepairBrokenGeosurfaceLinks(
	string surface,
	ref int repaired
)

public void RepairBrokenGeosurfaceLinks(
	string surface,
	ref int repaired
)

Parameters

surface
Type: SystemString
new geosurface file name path (must resolve to an existing file)
repaired
Type: SystemInt32
if the link is repaired, returns 1, else returns 0
Remarks
The replacement/repair occurs only if the original reference, bearing the same file name, does not resolve to an existing geosurface. (Working links will not be affected). The replacement path must resolve to an existing geosurface, and if possible will be stored as a relative path to the map.
See Also