Click or drag to resize

CVOXiCanAppendTo Method

Check if this voxel can append to a surface file.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iCanAppendTo(
	string surface_file
)

public int iCanAppendTo(
	string surface_file
)

Parameters

surface_file
Type: SystemString
Surface file

Return Value

Type: Int32
1 if can append
See Also