Click or drag to resize
CVULCANIsValidBlockModelFile Method
Check if the given file can be opened as a Vulcan block model file.

Available since Oasis montaj version: 8.4
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static int IsValidBlockModelFile(
	CGXNETCore gxNetShared,
	string block_model_file
)

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