MiCellGetNodeIndex Method |
Gets the index (in the mesh) of a node.
Namespace: OIV.MeshVizXLM.Mesh.CellAssembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
Syntaxlong GetNodeIndex(
int node
)
Function GetNodeIndex (
node As Integer
) As Long
long long GetNodeIndex(
int node
)
abstract GetNodeIndex :
node : int -> int64
Parameters
- node
- Type: SystemInt32
node number (where:
)
Return Value
Type:
Int64node index in the mesh
RemarksGets the index (in the mesh) of a node.
See Also