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