  | CVULCANIsValidBlockModelFile Method  | 
 Check if the given file can be opened as a Vulcan block model file.
 
    Namespace: 
   GeoEngine.Core.GXNetX
    Assembly:
   geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static int IsValidBlockModelFile(
	CGXNETCore gxNetShared,
	string block_model_file
)
public static int IsValidBlockModelFile(
	CGXNETCore gxNetShared,
	string block_model_file
)
Public Shared Function IsValidBlockModelFile ( 
	gxNetShared As CGXNETCore,
	block_model_file As String
) As Integer
Public Shared Function IsValidBlockModelFile ( 
	gxNetShared As CGXNETCore,
	block_model_file As String
) As Integer
public:
static int IsValidBlockModelFile(
	CGXNETCore^ gxNetShared, 
	String^ block_model_file
)
public:
static int IsValidBlockModelFile(
	CGXNETCore^ gxNetShared, 
	String^ block_model_file
)
static member IsValidBlockModelFile : 
        gxNetShared : CGXNETCore * 
        block_model_file : string -> int 
static member IsValidBlockModelFile : 
        gxNetShared : CGXNETCore * 
        block_model_file : string -> int 
Parameters
- gxNetShared
 - Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - block_model_file
 - Type: SystemString
Block model file 
Return Value
Type: 
Int32
0 - No
1 - Yes
See Also