 | CMESHPatchExists Method |
Checks if a patch specified by a patch ID exists in a mesh
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int PatchExists(
string mesh_name,
int patch_id
)
public int PatchExists(
string mesh_name,
int patch_id
)
Public Function PatchExists (
mesh_name As String,
patch_id As Integer
) As Integer
Public Function PatchExists (
mesh_name As String,
patch_id As Integer
) As Integer
public:
int PatchExists(
String^ mesh_name,
int patch_id
)
public:
int PatchExists(
String^ mesh_name,
int patch_id
)
member PatchExists :
mesh_name : string *
patch_id : int -> int
member PatchExists :
mesh_name : string *
patch_id : int -> int
Parameters
- mesh_name
- Type: SystemString
Mesh Name - patch_id
- Type: SystemInt32
Patch ID
Return Value
Type:
Int32TRUE if patch exists
See Also