Click or drag to resize

CMAPRemoveVoxel Method

Remove all voxel groups from a map that are linked to a specific voxel file.

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

public void RemoveVoxel(
	string surface,
	ref int removed
)

Parameters

surface
Type: SystemString
voxel file name to remove
removed
Type: SystemInt32
if at least one voxel group is removed, returns 1, else returns 0
See Also