MiGeometryIGetNodeName Method |
Note: This API is now obsolete.
Returns the name of the node at the specified position.
Namespace: OIV.MeshVizXLM.Mesh.GeometryAssembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
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
)
<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 .")>
Function GetNodeName (
i As Long
) As String
[ObsoleteAttribute(L"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 long i
)
[<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 .")>]
abstract GetNodeName :
i : int64 -> string
Parameters
- i
- Type: SystemInt64
the index of the node
Return Value
Type:
Stringthe node name
RemarksReturns the name of the node at the specified position.
See Also