  | CMESHNumPatches Method  | 
 Returns the number of patches added to the mesh
 
    Namespace: 
   GeoEngine.Core.GXNetX
    Assembly:
   geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic int NumPatches(
	string mesh_name
)
public int NumPatches(
	string mesh_name
)
Public Function NumPatches ( 
	mesh_name As String
) As Integer
Public Function NumPatches ( 
	mesh_name As String
) As Integer
public:
int NumPatches(
	String^ mesh_name
)
public:
int NumPatches(
	String^ mesh_name
)
member NumPatches : 
        mesh_name : string -> int 
member NumPatches : 
        mesh_name : string -> int 
Parameters
- mesh_name
 - Type: SystemString
Mesh Name 
Return Value
Type: 
Int32The number of patches added to the mesh
See Also