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