Click or drag to resize

CVULCANIsValidTriangulationFile Method

Check if the given file can be opened as a Vulcan triangulation file.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int IsValidTriangulationFile(
	string triangulation_file
)

public static int IsValidTriangulationFile(
	string triangulation_file
)

Parameters

triangulation_file
Type: SystemString
Triangulation file

Return Value

Type: Int32
0 - No 1 - Yes
See Also