 | 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
Syntaxpublic void RepairBrokenGeosurfaceLinks(
string surface,
ref int repaired
)
public void RepairBrokenGeosurfaceLinks(
string surface,
ref int repaired
)
Public Sub RepairBrokenGeosurfaceLinks (
surface As String,
ByRef repaired As Integer
)
Public Sub RepairBrokenGeosurfaceLinks (
surface As String,
ByRef repaired As Integer
)
public:
void RepairBrokenGeosurfaceLinks(
String^ surface,
int% repaired
)
public:
void RepairBrokenGeosurfaceLinks(
String^ surface,
int% repaired
)
member RepairBrokenGeosurfaceLinks :
surface : string *
repaired : int byref -> unit
member RepairBrokenGeosurfaceLinks :
surface : string *
repaired : int byref -> unit
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