 | 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
Syntaxpublic static int IsValidBlockModelFile(
string block_model_file
)
public static int IsValidBlockModelFile(
string block_model_file
)
Public Shared Function IsValidBlockModelFile (
block_model_file As String
) As Integer
Public Shared Function IsValidBlockModelFile (
block_model_file As String
) As Integer
public:
static int IsValidBlockModelFile(
String^ block_model_file
)
public:
static int IsValidBlockModelFile(
String^ block_model_file
)
static member IsValidBlockModelFile :
block_model_file : string -> int
static member IsValidBlockModelFile :
block_model_file : string -> int
Parameters
- block_model_file
- Type: SystemString
Block model file
Return Value
Type:
Int32
0 - No
1 - Yes
See Also