| 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: 2025.2.0.0 (10.18.0.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void GetNodesIndex(
	ArrayList nodes_index
)<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub GetNodesIndex ( 
	nodes_index As ArrayList
)public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void GetNodesIndex(
	ArrayList^ nodes_index
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetNodesIndex : 
        nodes_index : ArrayList -> unit 
Parameters
- nodes_index
 - Type: System.CollectionsArrayList
 
RemarksObsolete since Open Inventor 8000.
See Also