Click or drag to resize

CVULCANIsValidBlockModelFile Method

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

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

public static int IsValidBlockModelFile(
	string block_model_file
)

Parameters

block_model_file
Type: SystemString
Block model file

Return Value

Type: Int32
0 - No 1 - Yes
See Also