PbCellGetNodesIndex Method (ArrayList) |
Note: This API is now obsolete.
Gets the array of index mesh's nodes that belongs to this cell.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void GetNodesIndex(
ArrayList nodes_index
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub GetNodesIndex (
nodes_index As ArrayList
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
void GetNodesIndex(
ArrayList^ nodes_index
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member GetNodesIndex :
nodes_index : ArrayList -> unit
Parameters
- nodes_index
- Type: System.CollectionsArrayList
Remarks Obsolete since Open Inventor 8000.
See Also