 | CMESHNumPatches Method |
Returns the number of patches added to the mesh
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.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