Click or drag to resize
MiGeometryIjGetNodeName Method

Note: This API is now obsolete.

Returns the name of the node at the specified position.

Namespace: OIV.MeshVizXLM.Mesh.Geometry
Assembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.36.0.Release.9ccfd3bbc
Syntax
[ObsoleteAttribute("As of Open Inventor 9.6.3, no alternate method but it is deprecated as it will be removed in next major version. It will be replaced by the new interface MiStringSet .")]
string GetNodeName(
	long i,
	long j
)

Parameters

i
Type: SystemInt64
i-index of node
j
Type: SystemInt64
j-index of node

Return Value

Type: String
the name of the node
Remarks
Returns the name of the node at the specified position.
See Also